Click or drag to resize

SecurIdSdtidTokenExport Method

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

Namespace:  ursa
Assembly:  ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.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 in SDTID (XML) format.
Exceptions
ExceptionCondition
ursaExceptionThrown if the export fails. See ursaExceptionErrorCode for the specific reason for the failure.
See Also