SidIdentityHelper.ResolveSid (Método) (SecurityIdentifierInfo, String%, String%, NativeMethods.AccountType%, Boolean%, Boolean%)

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

Sintaxis

'Declaración
Public Shared Sub ResolveSid ( _
    securityIdInfo As SecurityIdentifierInfo, _
    <OutAttribute> ByRef domain As String, _
    <OutAttribute> ByRef userName As String, _
    <OutAttribute> ByRef type As NativeMethods.AccountType, _
    <OutAttribute> ByRef isDeleted As Boolean, _
    <OutAttribute> ByRef migrated As Boolean _
)
public static void ResolveSid(
    SecurityIdentifierInfo securityIdInfo,
    out string domain,
    out string userName,
    out NativeMethods.AccountType type,
    out bool isDeleted,
    out bool migrated
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

SidIdentityHelper Clase

ResolveSid (Sobrecarga)

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