CngKey.Provider 属性

定义

获取托管密钥的密钥存储提供程序 (KSP)。

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

属性值

CngProvider

托管密钥的 KSP。

属性

适用于