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

属性值

CngKey

此对象用于执行加密操作的密钥对。

适用于