The TypeKeySecurity namespace contains classes that are used to implement TypeKey security in Web server applications.
Class | Description |
---|---|
TypeKeyAuthenticationModule | Module that takes care of checking incoming requests for TypeKey identity assertions, and create a TypeKeyIdentity object accordingly. |
TypeKeyIdentity | Represents the Identity of a User. |
TypeKeyNameHash | Numeric representation (128 bits) of the unique identifier (TypeKey name) of a user. Derived from the name using a MD5 hash. |