 | SecurIdSdtidTokenDecrypt Method (String, String) |
Decrypts the token using the supplied password.
Namespace:
ursa
Assembly:
ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntaxpublic override void Decrypt(
string pass,
string devid
)
Public Overrides Sub Decrypt (
pass As String,
devid As String
)
public:
virtual void Decrypt(
String^ pass,
String^ devid
) override
abstract Decrypt :
pass : string *
devid : string -> unit
override Decrypt :
pass : string *
devid : string -> unit
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
This value is always ignored; SDTID tokens do not required a Device ID (Serial Number) for decryption.
Exceptions
See Also