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 オブジェクト。

適用対象

こちらもご覧ください