public final class SecurityIdentifier extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
toBytes(String sid)
Converts the supplied SID to it's binary format.
|
static String |
toString(byte[] sid)
Converts the supplied SID to it's string format.
|
public static String toString(byte[] sid)
sid
- to convertpublic static byte[] toBytes(String sid)
sid
- to convertCopyright © 2022. All rights reserved.