VerificationContextDocumentHash Property
|
Get or set document hash.
Namespace:
Guardtime.KSI.Signature.Verification
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic DataHash DocumentHash { get; set; }
Public Property DocumentHash As DataHash
Get
Set
public:
virtual property DataHash^ DocumentHash {
DataHash^ get () sealed;
void set (DataHash^ value) sealed;
}
abstract DocumentHash : DataHash with get, set
override DocumentHash : DataHash with get, set
Property Value
Type:
DataHashImplements
IVerificationContextDocumentHash
See Also