LocalLB::ProfilePersistence::CookieEncryption

Introduced : BIG-IP_v11.6.0
An enum that encapsulates the persistence cookie encryption types.

Members

Member

Value

Description

PERSISTENCE_COOKIE_ENCRYPTION_UNKNOWN

0

The cookie encryption type is unknown (or unsupported by iControl).

PERSISTENCE_COOKIE_ENCRYPTION_PREFERRED

1

Persistence cookies are encrypted when sent to the client and preferred encrypted when received from the client.

PERSISTENCE_COOKIE_ENCRYPTION_REQUIRED

2

Persistence cookies are encrypted when sent to the client and must be encrypted when received from the client.

PERSISTENCE_COOKIE_ENCRYPTION_OFF

3

Persistence cookies are not encrypted.


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.