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

適用対象

こちらもご覧ください