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

属性值

指定键的对象。

适用于