RsaProtectedConfigurationProvider::RsaPublicKey Property

 

Gets the public key used by the provider.

Namespace:   System.Configuration
Assembly:  System.Configuration (in System.Configuration.dll)

public:
property RSAParameters RsaPublicKey {
	RSAParameters get();
}

Property Value

Type: System.Security.Cryptography::RSAParameters

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

.NET Framework
Available since 2.0
Return to top
Show: