Common::VerificationStatus

Introduced : BIG-IP_v11.4.0
An enumeration of signature/checksum verification status.

Members

Member

Value

Description

VERIFICATION_STATUS_UNKNOWN

0

Invalid enumeration value or unsupported by iControl.

VERIFICATION_STATUS_NONE

1

No verification element (checksum or signature) exists.

VERIFICATION_STATUS_SIGNATURE_NOT_VERIFIED

2

A signature exists but either does not match signed fields or is being ignored because ignore_verification is true.

VERIFICATION_STATUS_SIGNATURE_VERIFIED

3

A signature exists and matches the signed fields.

VERIFICATION_STATUS_CHECKSUM_NOT_VERIFIED

4

A checksum exists but either does not match the fields or is being ignored because ignore_verification is true.

VERIFICATION_STATUS_CHECKSUM_VERIFIED

5

A checksum exists and matches the fields.


See Also

Warning

The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.

Sample Code


The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.