CngKey.Provider プロパティ

定義

キーを管理するキー記憶域プロバイダー (KSP: Key Storage Provider) を取得します。

public:
 property System::Security::Cryptography::CngProvider ^ Provider { System::Security::Cryptography::CngProvider ^ get(); };
public System.Security.Cryptography.CngProvider Provider { get; }
public System.Security.Cryptography.CngProvider? Provider { get; }
public System.Security.Cryptography.CngProvider Provider { [System.Security.SecurityCritical] get; }
member this.Provider : System.Security.Cryptography.CngProvider
[<get: System.Security.SecurityCritical>]
member this.Provider : System.Security.Cryptography.CngProvider
Public ReadOnly Property Provider As CngProvider

プロパティ値

キーを管理する KSP。

属性

適用対象