RsaProtectedConfigurationProvider.RsaPublicKey Property

Definition

Gets the public key used by the provider.

public:
 property System::Security::Cryptography::RSAParameters RsaPublicKey { System::Security::Cryptography::RSAParameters get(); };
public System.Security.Cryptography.RSAParameters RsaPublicKey { get; }
member this.RsaPublicKey : System.Security.Cryptography.RSAParameters
Public ReadOnly Property RsaPublicKey As RSAParameters

Property Value

An RSAParameters object that contains the public key used by the provider.

Applies to

See also