共用方式為


CoseSigner.Key 屬性

定義

取得簽署期間要使用的私密金鑰。

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

屬性值

簽署期間要使用的私密金鑰。

適用於