SidIdentityHelper.ResolveSid 方法 (SecurityIdentifierInfo, String%, String%, NativeMethods.AccountType%, Boolean%, 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, _
<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
)
參數
- securityIdInfo
型別:Microsoft.TeamFoundation.Framework.Common.SecurityIdentifierInfo
- domain
型別:System.String%
- userName
型別:System.String%
- isDeleted
型別:System.Boolean%
- migrated
型別:System.Boolean%
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。