次の方法で共有


SignerInfo.DigestAlgorithm プロパティ

定義

DigestAlgorithm プロパティは、署名の計算に使用されたハッシュ アルゴリズムを表す Oid オブジェクトを取得します。

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

プロパティ値

Oid

署名用のハッシュ アルゴリズムを表す Oid オブジェクト。

適用対象

こちらもご覧ください