SignerInfo.SignatureAlgorithm プロパティ

定義

現在の SignerInfo オブジェクトが使用する署名アルゴリズムの識別子を取得します。

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

プロパティ値

Oid

現在の SignerInfo オブジェクトが使用する署名アルゴリズムの識別子。

適用対象