Freigeben über


SidIdentityHelper.ResolveSid-Methode (SecurityIdentifierInfo, String%, String%, NativeMethods.AccountType%, Boolean%)

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

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

SidIdentityHelper Klasse

ResolveSid-Überladung

Microsoft.TeamFoundation.Framework.Common-Namespace