TypeKeySecurity library documentation

TypeKeyIdentity Fields

The fields of the TypeKeyIdentity class are listed below. For a complete list of TypeKeyIdentity class members, see the TypeKeyIdentity Members topic.

Public Static Fields

COOKIE_EXPIRATION_DEFAULTDefault expiration time for the authentication cookie.
COOKIE_EXPIRATION_KEYThe cookie expiration may be configured in the web.config file using this key.
COOKIE_NAME_DEFAULTDefault name for the authentication cookie.
COOKIE_NAME_KEYThe cookie name may be configured in the web.config file using this key.
FOAF_LOCATION_DEFAULTDefault url for the TypeKey FOAF files.
FOAF_LOCATION_KEY
LOGIN_LOCATION_DEFAULTDefault url for the TypeKey login service.
LOGIN_LOCATION_KEYThe url of the TypeKey login service can be configured via the AppSettings in the web.config file using this key.
LOGOUT_LOCATION_DEFAULTDefault url for the TypeKey logout service.
LOGOUT_LOCATION_KEYThe url for the TypeKey logout service can be configured via the AppSettings in the web.config file using this key.
PUBKEY_LOCATION_DEFAULTDefault url for the TypeKey public DSA key.
PUBKEY_LOCATION_KEYThe location for fetching the public DSA key for the TypeKey service can be configured via the AppSettings in the web.config file using this key.
SITE_TOKEN_KEYThe site token has to be configured via the AppSettings in the web.config file using this key.

See Also

TypeKeyIdentity Class | TypeKeySecurity Namespace