ISecurityChangedEventHandler.RemovePermissions メソッド (TeamFoundationRequestContext, NotificationType, String, IdentityDescriptor, Int32)
実装側が RemovePermissions の呼び出しをオーバーライドする場合、ブロックまたはをリッスンするようにします。
名前空間: Microsoft.TeamFoundation.Framework.Server
アセンブリ: Microsoft.TeamFoundation.Framework.Server (Microsoft.TeamFoundation.Framework.Server.dll 内)
構文
'宣言
Function RemovePermissions ( _
requestContext As TeamFoundationRequestContext, _
notificationType As NotificationType, _
token As String, _
descriptor As IdentityDescriptor, _
permissionsToRemove As Integer _
) As Boolean
bool RemovePermissions(
TeamFoundationRequestContext requestContext,
NotificationType notificationType,
string token,
IdentityDescriptor descriptor,
int permissionsToRemove
)
パラメーター
- requestContext
型 : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
この呼び出しに関連付けられた要求コンテキスト。
- notificationType
型 : Microsoft.TeamFoundation.Framework.Server.NotificationType
これが通知の種類。
- token
型 : System.String
アクセス許可を適用するトークン。
- descriptor
型 : Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
アクセス許可を削除の ID。
- permissionsToRemove
型 : System.Int32
削除するアクセス許可のビット。
戻り値
型 : System.Boolean
操作がこの通知がから渡されたのセキュリティの名前空間に従った場合は true。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。