Click or drag to resize

DefaultVerificationPolicyVerify Method (IVerificationContext)

Verify KSI signature with given context and policy. Following properties could be set in the context: - KSI signature: signature to be verified (mandatory) - Document hash (optional) - Document hash level (optional) - Publications file (mandatory) - IsExtendingAllowed: set true if extending should be allowed - KSI service (optional: needed when IsExtendingAllowed is set true)

Namespace:  Guardtime.KSI.Signature.Verification.Policy
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public override VerificationResult Verify(
	IVerificationContext context
)

Parameters

context
Type: Guardtime.KSI.Signature.VerificationIVerificationContext

Return Value

Type: VerificationResult
See Also