共用方式為


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 物件,包含提供者使用的公開金鑰。

適用於

另請參閱