Click or drag to resize

TurnAuthResult Properties

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
See Also