TypeKeySecurity library documentation

TypeKeyIdentity.GetCleanUrl Method (Uri)

Clean a dirty url of any TypeKey specific parameters.

public string GetCleanUrl(
   Uri dirtyUrl
);

Parameters

dirtyUrl
The Uri that needs cleaning.

Return Value

The cleaned url, as a string.

Remarks

The querystring parameters that TypeKey uses are ts, name, nick, email and sig.

See Also

TypeKeyIdentity Class | TypeKeySecurity Namespace | TypeKeyIdentity.GetCleanUrl Overload List