CmsSigner.DigestAlgorithm 屬性

定義

取得或設定要與簽章搭配使用的雜湊演算法演算法識別碼。

public:
 property System::Security::Cryptography::Oid ^ DigestAlgorithm { System::Security::Cryptography::Oid ^ get(); void set(System::Security::Cryptography::Oid ^ value); };
public System.Security.Cryptography.Oid DigestAlgorithm { get; set; }
member this.DigestAlgorithm : System.Security.Cryptography.Oid with get, set
Public Property DigestAlgorithm As Oid

屬性值

Oid

要與簽章搭配使用的雜湊演算法的演算法識別碼。

備註

如需此屬性的預設值,請參閱 CmsSigner()

適用於