RSACryptoServiceProvider Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The RSACryptoServiceProvider type exposes the following members.
| Name | Description | |
|---|---|---|
|
CspKeyContainerInfo | Gets a CspKeyContainerInfo object that describes additional information about a cryptographic key pair. |
|
KeyExchangeAlgorithm | Gets the name of the key exchange algorithm available with this implementation of RSA. (Overrides AsymmetricAlgorithm.KeyExchangeAlgorithm.) |
|
KeySize | Gets the size of the current key. (Overrides AsymmetricAlgorithm.KeySize.) |
|
LegalKeySizes | (Inherited from AsymmetricAlgorithm.) |
|
PersistKeyInCsp | Gets or sets a value indicating whether the key should be persisted in the cryptographic service provider (CSP). |
|
PublicOnly | Gets a value that indicates whether the RSACryptoServiceProvider object contains only a public key. |
|
SignatureAlgorithm | Gets the name of the signature algorithm available with this implementation of RSA. (Overrides AsymmetricAlgorithm.SignatureAlgorithm.) |
|
UseMachineKeyStore | Gets or sets a value indicating whether the key should be persisted in the computer's key store instead of the user profile store. |
Show: