Table of Contents

Class SaslPrep

Namespace
Ubiety.Scram.Core
Assembly
Ubiety.Scram.Core.dll

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

input string

The string to be prepared.

Returns

string

The string prepared according to the SASLPrep algorithm.