 | LibraryClientPasswordEncrypt 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)
Syntaxpublic static ClientPasswordEncryptHandler ClientPasswordEncrypt { get; }
Public Shared ReadOnly Property ClientPasswordEncrypt As ClientPasswordEncryptHandler
Get
public:
static property ClientPasswordEncryptHandler^ ClientPasswordEncrypt {
ClientPasswordEncryptHandler^ get ();
}
static member ClientPasswordEncrypt : ClientPasswordEncryptHandler with get
Property Value
Type:
ClientPasswordEncryptHandler
See Also