名前空間: 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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。