Click or drag to resize

TurnAuthResult Class

The result of attempting to authenticate a TURN request.
Inheritance Hierarchy
SystemObject
  FM.IceLinkTurnAuthResult

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The TurnAuthResult type exposes the following members.

Properties
  NameDescription
Public propertyLongTermKeyBytes
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).
Public propertyPassword
Gets or sets the user's password in plain text.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodStatic memberFromLongTermKeyBytes
Initializes a new instance of the TurnAuthResult class using a long-term key.
Public methodStatic memberFromPassword
Initializes a new instance of the TurnAuthResult class using a plaintext password.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also