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
)

パラメーター

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

SidIdentityHelper クラス

ResolveSid オーバーロード

Microsoft.TeamFoundation.Framework.Common 名前空間