Skip to content

ConvertSIDToString Function

Nilesh Ghodekar edited this page Jan 8, 2016 · 2 revisions

Syntax

string ConvertSidToString(sid:bin)

Description

Converts a byte array containing a security identifier to a string.

Remarks

If the input SID parameter is null, an exception is thrown.

Supported Version

2.14.611.0 and later

Examples

ConvertSIDToString([//Target/ObjectSID])

Clone this wiki locally