Metodo SidIdentityHelper.ResolveSid (SecurityIdentifierInfo, String%, String%, NativeMethods.AccountType%, Boolean%)
Spazio dei nomi: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Sintassi
'Dichiarazione
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 _
)
public static void ResolveSid(
SecurityIdentifierInfo securityIdInfo,
out string domain,
out string userName,
out NativeMethods.AccountType type,
out bool isDeleted
)
Parametri
- securityIdInfo
Tipo: Microsoft.TeamFoundation.Framework.Common.SecurityIdentifierInfo
- domain
Tipo: System.String%
- userName
Tipo: System.String%
- isDeleted
Tipo: System.Boolean%
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.