TimestampInformation.HResult 属性
定义
获取 HRESULT 值,该值是通过验证签名产生的。Gets the HRESULT value that results from verifying the signature.
public:
property int HResult { int get(); };
public int HResult { get; }
member this.HResult : int
Public ReadOnly Property HResult As Integer
属性值
通过验证签名产生的 HRESULT 值。The HRESULT value that results from verifying the signature.