AuthenticodeSignatureInformation.HashAlgorithm 属性
定义
获取用于计算签名的哈希算法。Gets the hash algorithm used to compute the signature.
public:
property System::String ^ HashAlgorithm { System::String ^ get(); };
public string HashAlgorithm { get; }
member this.HashAlgorithm : string
Public ReadOnly Property HashAlgorithm As String
属性值
用于计算签名的哈希算法。The hash algorithm used to compute the signature.