| 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
)
Protected Function ScrubDeviceID (
deviceId As String
) As String
protected:
String^ ScrubDeviceID(
String^ deviceId
)
member ScrubDeviceID :
deviceId : string -> string
Parameters
- deviceId
- Type: SystemString
A string containing a SecurID® Device ID (Serial Number)
Return Value
Type:
StringA copy of
deviceId with all invalid characters removed.
See Also