Share via


Metodo SidIdentityHelper.DecodeSid

Converte un SID binario nelle relative parti.

Il codice per questa conversione non dall'oggetto [SecurityIdentifier].

Spazio dei nomi:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Valore restituito

Tipo: array<System.UInt32[]

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SidIdentityHelper Classe

Spazio dei nomi Microsoft.TeamFoundation.Framework.Common