Share via


ECDiffieHellmanCng.Key 屬性

定義

指定 CngKey,由目前物件用於密碼編譯作業。

public:
 property System::Security::Cryptography::CngKey ^ Key { System::Security::Cryptography::CngKey ^ get(); };
public System.Security.Cryptography.CngKey Key { get; }
member this.Key : System.Security.Cryptography.CngKey
Public ReadOnly Property Key As CngKey

屬性值

這個物件使用的金鑰組,用來執行密碼編譯作業。

適用於