NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CookieAuthentication.Decrypt

[To be supplied.]

[Visual Basic]
Public Shared Function Decrypt( _
   ByVal strEncrypted As String _
) As CookieAuthenticationTicket
[C#]
public static CookieAuthenticationTicket Decrypt(
   string strEncrypted
);
[C++]
public: static CookieAuthenticationTicket* Decrypt(
   String* strEncrypted
);
[JScript]
public static function Decrypt(
   strEncrypted : String
) : CookieAuthenticationTicket;

Parameters

strEncrypted
[To be supplied.]

See Also

CookieAuthentication Class | CookieAuthentication Members | System.Web.Security Namespace