KsiSignatureInputHash Property
|
If RFC 3161 record exists then RFC3161 input hash will be returned. Otherwise first aggregation chain input hash will be returned.
Namespace:
Guardtime.KSI.Signature
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic DataHash InputHash { get; }
Public ReadOnly Property InputHash As DataHash
Get
public:
virtual property DataHash^ InputHash {
DataHash^ get () sealed;
}
abstract InputHash : DataHash with get
override InputHash : DataHash with get
Return Value
Type:
DataHashaggregations hash chains list
Implements
IKsiSignatureInputHash
See Also