System.Web.Security Namespace PassportIdentity Class
Gets the state of a flag indicating if the Passport Manager is in a valid state for encryption.
[ VB ]
Public Shared Function CryptIsValid ( ) As Boolean
[ C# ]
public static bool CryptIsValid ( );
[ C++ ]
public: static bool CryptIsValid ( );
[ JScript ]
public static function CryptIsValid ( ) : Boolean;
true if the key used for encryption and decryption is valid and if the Passport Manager is in a valid state for encryption; otherwise, false.
For more information, see the Passport SDK documentation for IPassportCrypt.get_IsValid, available in the MSDN Library.
PassportIdentity Members