| SecurIdTokenValidatePasswordForDecryption Method |
Checks if the supplied password is valid for use in decrypting this token.
Namespace:
SamoyedSoftware.ursa
Assembly:
SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax protected string ValidatePasswordForDecryption(
string password
)
Protected Function ValidatePasswordForDecryption (
password As String
) As String
protected:
String^ ValidatePasswordForDecryption(
String^ password
)
member ValidatePasswordForDecryption :
password : string -> string
Parameters
- password
- Type: SystemString
A string containing a password.
Return Value
Type:
StringA copy of the password, if a password is required for decryption. Returns an empty string if a password is not required for decryption.
Exceptions See Also