Partager via


SidIdentityHelper.DecodeSid, méthode

Convertissez un fichier binaire SID dans ses parties.

Le code de cette conversion provient de l'objet d' [SecurityIdentifier] .

Espace de noms :  Microsoft.TeamFoundation.Framework.Common
Assembly :  Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

Valeur de retour

Type : array<System.UInt32[]

Sécurité .NET Framework

Voir aussi

Référence

SidIdentityHelper Classe

Microsoft.TeamFoundation.Framework.Common, espace de noms