Método SidIdentityHelper.DecodeSid

Converter SID binário nas partes.

O código para essa conversão do objeto de [SecurityIdentifier] .

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

Sintaxe

'Declaração
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 de retorno

Tipo: array<System.UInt32[]

Segurança do .NET Framework

Consulte também

Referência

SidIdentityHelper Classe

Namespace Microsoft.TeamFoundation.Framework.Common