SidIdentityHelper.ResolveSid, méthode (SecurityIdentifierInfo, String%, String%, NativeMethods.AccountType%, Boolean%, Boolean%)
Espace de noms : Microsoft.TeamFoundation.Framework.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- securityIdInfo
Type : Microsoft.TeamFoundation.Framework.Common.SecurityIdentifierInfo
- domain
Type : System.String%
- userName
Type : System.String%
- isDeleted
Type : System.Boolean%
- migrated
Type : System.Boolean%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.