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!

PassportIdentity.Decrypt

[To be supplied.]

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

Parameters

strData
[To be supplied.]

See Also

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