Click or drag to resize

SecurIdTokenDecrypt Method

Decrypts the token using the supplied password and/or device ID.
Overload List
  NameDescription
Public methodDecrypt(String)
Decrypts the token by passing the supplied password to the Decrypt(String, String) method.
Public methodDecrypt(String, String)
When implemented in a derived class, decrypts the token using the supplied password and Device ID (Serial Number).
Top
See Also