Click or drag to resize

SecurIdTokenScrubDeviceID Method

Remove all invalid characters from a SecurID® Device ID (Serial Number)

Namespace:  ursa
Assembly:  ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
Syntax
protected string ScrubDeviceID(
	string deviceId
)

Parameters

deviceId
Type: SystemString
A string containing a SecurID® Device ID (Serial Number)

Return Value

Type: String
A copy of deviceId with all invalid characters removed.
See Also