Click or drag to resize

SecurIdTokenDecrypt Method (String)

Decrypts the token by passing the supplied password to the Decrypt(String, String) method.

Namespace:  SamoyedSoftware.ursa
Assembly:  SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax
public void Decrypt(
	string pass
)

Parameters

pass
Type: SystemString
String containing the password for the token. If the token does not require a password, an empty string should be passed.
Exceptions
ExceptionCondition
ursaExceptionThrown if the decryption fails. See ursaExceptionErrorCode for the specific reason for the failure.
See Also