CngKeyCreationParameters.Provider 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定金鑰儲存提供者 (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
值。