Click or drag to resize

Utility Methods

The Utility type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateLongTermKey
Creates a long term key from the given username, realm, and password by calculating the MD5 hash of their values concatenated as "username:realm:password".
Public methodStatic memberCreateShortTermKey
Creates a short term key from the given password by encoding it as a UTF-8 byte array.
Top
See Also