VerificationContextDocumentHashLevel Property
|
Get or set document hash node level value in the aggregation tree
Namespace:
Guardtime.KSI.Signature.Verification
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic uint DocumentHashLevel { get; set; }
Public Property DocumentHashLevel As UInteger
Get
Set
public:
virtual property unsigned int DocumentHashLevel {
unsigned int get () sealed;
void set (unsigned int value) sealed;
}
abstract DocumentHashLevel : uint32 with get, set
override DocumentHashLevel : uint32 with get, set
Property Value
Type:
UInt32Implements
IVerificationContextDocumentHashLevel
See Also