Click or drag to resize

KsiVerify Method (VerificationPolicy, IVerificationContext)

Verify KSI signature using verification policy and context. If context indicates that extending is allowed but KsiService is not included then KsiService is added automatically.

Namespace:  Guardtime.KSI
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public VerificationResult Verify(
	VerificationPolicy policy,
	IVerificationContext context
)

Parameters

policy
Type: Guardtime.KSI.Signature.Verification.PolicyVerificationPolicy
Verification policy
context
Type: Guardtime.KSI.Signature.VerificationIVerificationContext
Verification context. If context indicates that extending is allowed but KsiService is not included then KsiService is added automatically.

Return Value

Type: VerificationResult
See Also