ECDsaCng.Key 属性

定义

获取或设置在签名和验证数据时要使用的密钥。

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

属性值

一个指定键的对象。

适用于