KsiServiceAsyncResultDocumentHash Property
|
Data hash to be signed
Namespace:
Guardtime.KSI.Service
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:
property DataHash^ DocumentHash {
DataHash^ get ();
void set (DataHash^ value);
}
member DocumentHash : DataHash with get, set
Property Value
Type:
DataHash
See Also