| RSACryptoServiceProvider: PublicOnly (get) |
Returns if the key for this RSA instance is only the public half of the key pair.
Public Property Get PublicOnly ( ) As Boolean
RSA 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 RSACryptoServiceProvider Overview RSACryptoServiceProvider Properties RSACryptoServiceProvider Methods PersistKeyInCsp (let) RSA