Click or drag to resize

SecurIdV3TokenExport Method

Creates a string representation of the token, which is encrypted using the supplied password and device ID.

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

Parameters

pass
Type: SystemString
String containing the new password for the token. If an empty string is supplied, the exported token will not require a password
devid
Type: SystemString
String containing the Device ID/Serial Number for the token, if any.

Return Value

Type: String
A string representation of the token Version 3 format.
Exceptions
ExceptionCondition
ursaExceptionThrown if the export fails. See ursaExceptionErrorCode for the specific reason for the failure.
See Also