System.Web.Security Namespace PassportIdentity Class
Gets a value indicating the error state associated with the current Passport ticket.
[ VB ]
Public ReadOnly Property Error As Integer
[ C# ]
public int Error {get;}
[ C++ ]
public: __property int get_Error ( );
[ JScript ]
public function get Error ( ) : int;
A 32-bit signed integer indicating the current error state.
For more information, see the error property in the Passport SDK documentation, available in the MSDN Library.
PassportIdentity Members