Click or drag to resize

SecurIdV3TokenDecrypt Method (String, String)

Decrypts the token using the supplied password and Device ID (Serial Number).

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

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.
devid
Type: SystemString
String containing the Device ID/Serial Number for the token.
Exceptions
ExceptionCondition
ursaExceptionThrown if the decryption fails. See ursaExceptionErrorCode for the specific reason for the failure.
See Also