Class SaslPrep
Provides methods for preparing strings according to the SASLPrep algorithm as defined in RFC 4013.
public static class SaslPrep
- Inheritance
-
SaslPrep
- Inherited Members
Methods
Run(string)
Prepares the input string using the SASLPrep algorithm as defined in RFC 4013.
public static string Run(string input)
Parameters
inputstringThe string to be prepared.
Returns
- string
The string prepared according to the SASLPrep algorithm.