CngKeyCreationParameters.Provider 屬性

定義

取得或設定金鑰儲存提供者 (KSP),以便於其中建立金鑰。

public:
 property System::Security::Cryptography::CngProvider ^ Provider { System::Security::Cryptography::CngProvider ^ get(); void set(System::Security::Cryptography::CngProvider ^ value); };
public System.Security.Cryptography.CngProvider Provider { get; set; }
member this.Provider : System.Security.Cryptography.CngProvider with get, set
Public Property Provider As CngProvider

屬性值

物件,指定要在其中建立新金鑰的 KSP。

例外狀況

Provider 屬性會設定為 null 值。

適用於