 | 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)
Syntaxpublic ClientPasswordEncryptHandler ClientPasswordEncrypt { get; set; }
Public Property ClientPasswordEncrypt As ClientPasswordEncryptHandler
Get
Set
public:
property ClientPasswordEncryptHandler^ ClientPasswordEncrypt {
ClientPasswordEncryptHandler^ get ();
void set (ClientPasswordEncryptHandler^ value);
}
member ClientPasswordEncrypt : ClientPasswordEncryptHandler with get, set
Property Value
Type:
ClientPasswordEncryptHandler
See Also