| DSACryptoServiceProvider: PublicOnly (get) |
Returns if the key for this DSA instance is only the public half of the key pair.
Public Property Get PublicOnly ( ) As Boolean
DSA uses a private/public key pair to encrypt and decrypt. Only the public part is required to encrypt data. The private key is used to decrypt data.
Read Only.
Project VBCorLib Overview Class DSACryptoServiceProvider Overview DSACryptoServiceProvider Properties DSACryptoServiceProvider Methods PersistKeyInCsp (let) SignatureAlgorithm (get)