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

プロパティ値

署名時に使用する秘密キー。

適用対象