SidIdentityHelper.ResolveSid 方法 (SecurityIdentifierInfo, String%, String%, NativeMethods.AccountType%, Boolean%)
命名空间: Microsoft.TeamFoundation.Framework.Common
程序集: Microsoft.TeamFoundation.Common(在 Microsoft.TeamFoundation.Common.dll 中)
语法
声明
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
)
参数
- securityIdInfo
类型:Microsoft.TeamFoundation.Framework.Common.SecurityIdentifierInfo
- domain
类型:System.String%
- userName
类型:System.String%
- isDeleted
类型:System.Boolean%
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。