Freigeben über


SidIdentityHelper.DecodeSid-Methode

Konvertiert eine Binärdatei SID in ihre Teile.

Der Code für diese Konvertierung stammt aus dem [SecurityIdentifier]-Objekt.

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Shared Function DecodeSid ( _
    binarySid As Byte(), _
    <OutAttribute> ByRef revision As Integer, _
    <OutAttribute> ByRef authority As ULong _
) As UInteger()
public static uint[] DecodeSid(
    byte[] binarySid,
    out int revision,
    out ulong authority
)

Parameter

Rückgabewert

Typ: array<System.UInt32[]

.NET Framework-Sicherheit

Siehe auch

Referenz

SidIdentityHelper Klasse

Microsoft.TeamFoundation.Framework.Common-Namespace