TypeKeySecurity library documentation

TypeKeyIdentity.LogoutUrl Method (String)

Build a url to send the user to the TypeKey server to get logged out.

public string LogoutUrl(
   string returnUrl
);

Parameters

returnUrl
Specify the return url you need.

Return Value

Returns the TypeKey logout url with a return url to the returnUrl.

Remarks

After the user is logged out, he'll be sent back the returnUrl.

See Also

TypeKeyIdentity Class | TypeKeySecurity Namespace | TypeKeyIdentity.LogoutUrl Overload List