 | 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)
Syntaxprotected 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