Método SidIdentityHelper.EncodeSid

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

Sintaxe

'Declaração
Public Shared Function EncodeSid ( _
    identifierAuthority As ULong, _
    subAuthorities As UInteger() _
) As Byte()
public static byte[] EncodeSid(
    ulong identifierAuthority,
    uint[] subAuthorities
)

Parâmetros

Valor de retorno

Tipo: array<System.Byte[]
Retorna Byte.

Segurança do .NET Framework

Consulte também

Referência

SidIdentityHelper Classe

Namespace Microsoft.TeamFoundation.Framework.Common