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)
Syntaxpublic override VerificationResult Verify(
IVerificationContext context
)
Public Overrides Function Verify (
context As IVerificationContext
) As VerificationResult
public:
virtual VerificationResult^ Verify(
IVerificationContext^ context
) override
abstract Verify :
context : IVerificationContext -> VerificationResult
override Verify :
context : IVerificationContext -> VerificationResult
Parameters
- context
- Type: Guardtime.KSI.Signature.VerificationIVerificationContext
Return Value
Type:
VerificationResult
See Also