RsaProtectedConfigurationProvider.RsaPublicKey 属性

定义

获取提供程序使用的公钥。

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

属性值

包含提供程序所使用的公钥的 RSAParameters 对象。

适用于

另请参阅