Click or drag to resize
LibraryParametersClientPasswordEncrypt Property
Used to hash the password in the same way it is hashed in the outside data store. Or just return the password to send the clear text to the server.

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public ClientPasswordEncryptHandler ClientPasswordEncrypt { get; set; }

Property Value

Type: ClientPasswordEncryptHandler
See Also