CmsSigner.DigestAlgorithm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要與簽章搭配使用的雜湊演算法演算法識別碼。
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
屬性值
要與簽章搭配使用的哈希演演算法演演算法的演演算法標識碼。
備註
如您您要此屬性預設值,請參閱 CmsSigner()。