| SecurIdSdtidTokenExport Method |
Creates a string representation of the token, which is encrypted using the supplied password.
Namespace:
SamoyedSoftware.ursa
Assembly:
SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.0
Syntax public override string Export(
string pass,
string devid
)
Public Overrides Function Export (
pass As String,
devid As String
) As String
public:
virtual String^ Export(
String^ pass,
String^ devid
) override
abstract Export :
pass : string *
devid : string -> string
override Export :
pass : string *
devid : string -> string
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:
StringA string representation of the token in SDTID (XML) format.
Exceptions See Also