SignerInfo.DigestAlgorithm 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
DigestAlgorithm 屬性 (Property),擷取表示用來計算簽章之雜湊演算法的 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 物件,表示配合簽章使用的雜湊演算法。