Click or drag to resize
LibraryIdentityToUniqueIdentifier Method
Generate the unique identifier of a identity

Namespace:  TeamSpeak.Sdk.Client
Assembly:  TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntax
public static string IdentityToUniqueIdentifier(
	string identity
)

Parameters

identity
Type: SystemString
a identity string, that was created by CreateIdentity

Return Value

Type: String
the unique identifier of the identity
See Also