Click or drag to resize

SecurIdTokenScrubDeviceID Method

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

Namespace:  SamoyedSoftware.ursa
Assembly:  SamoyedSoftware.ursa (in SamoyedSoftware.ursa.dll) Version: 0.2.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