TurnAuthResult Class |
Namespace: FM.IceLink
The TurnAuthResult type exposes the following members.
| Name | Description | |
|---|---|---|
| LongTermKeyBytes |
Gets or sets the long-term key bytes, calculated as the MD5 hash of the
following UTF8-encoded input: "username:realm:password" (for convenience,
use STUN.CreateLongTermKey to calculate).
| |
| Password |
Gets or sets the user's password in plain text.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| FromLongTermKeyBytes |
Initializes a new instance of the TurnAuthResult class
using a long-term key.
| |
| FromPassword |
Initializes a new instance of the TurnAuthResult class
using a plaintext password.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |