RSACryptoServiceProvider Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The RSACryptoServiceProvider type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows Phone CspKeyContainerInfo Gets a CspKeyContainerInfo object that describes additional information about a cryptographic key pair.
Public propertySupported by Silverlight for Windows Phone KeyExchangeAlgorithm Gets the name of the key exchange algorithm available with this implementation of RSA. (Overrides AsymmetricAlgorithm.KeyExchangeAlgorithm.)
Public propertySupported by Silverlight for Windows Phone KeySize Gets the size of the current key. (Overrides AsymmetricAlgorithm.KeySize.)
Public propertySupported by Silverlight for Windows Phone LegalKeySizes Gets the key sizes that are supported by the asymmetric algorithm. (Inherited from AsymmetricAlgorithm.)
Public propertySupported by Silverlight for Windows Phone PersistKeyInCsp Gets or sets a value indicating whether the key should be persisted in the cryptographic service provider (CSP).
Public propertySupported by Silverlight for Windows Phone PublicOnly Gets a value that indicates whether the RSACryptoServiceProvider object contains only a public key.
Public propertySupported by Silverlight for Windows Phone SignatureAlgorithm Gets the name of the signature algorithm available with this implementation of RSA. (Overrides AsymmetricAlgorithm.SignatureAlgorithm.)
Public propertyStatic memberSupported by Silverlight for Windows Phone 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.

Top