Compartir a través de


SidIdentityHelper.DecodeSid (Método)

Convierte un SID binario en sus componentes.

El código para esta conversión procede del objeto de SecurityIdentifier .

Espacio de nombres:  Microsoft.TeamFoundation.Framework.Common
Ensamblado:  Microsoft.TeamFoundation.Common (en Microsoft.TeamFoundation.Common.dll)

Sintaxis

'Declaración
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
)

Parámetros

Valor devuelto

Tipo: array<System.UInt32[]

Seguridad de .NET Framework

Vea también

Referencia

SidIdentityHelper Clase

Microsoft.TeamFoundation.Framework.Common (Espacio de nombres)