SASLprep: Stringprep Profile for User Names and Passwords
http://tools.ietf.org/html/rfc4013
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static string SASLprep(
string s
)
Public Shared Function SASLprep (
s As String
) As String
public:
static String^ SASLprep(
String^ s
)
static member SASLprep :
s : string -> string
Parameters
- s
- Type: SystemString
Return Value
Type:
String
See Also