SecurityChangedNotification Constructor (Guid, String, IdentityDescriptor, Int32)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣告
Public Sub New ( _
namespaceId As Guid, _
token As String, _
descriptor As IdentityDescriptor, _
permissionsToRemove As Integer _
)
public SecurityChangedNotification(
Guid namespaceId,
string token,
IdentityDescriptor descriptor,
int permissionsToRemove
)
public:
SecurityChangedNotification(
Guid namespaceId,
String^ token,
IdentityDescriptor^ descriptor,
int permissionsToRemove
)
new :
namespaceId:Guid *
token:string *
descriptor:IdentityDescriptor *
permissionsToRemove:int -> SecurityChangedNotification
public function SecurityChangedNotification(
namespaceId : Guid,
token : String,
descriptor : IdentityDescriptor,
permissionsToRemove : int
)
Parameters
- namespaceId
Type: System.Guid
- token
Type: System.String
- descriptor
Type: Microsoft.TeamFoundation.Framework.Server.IdentityDescriptor
- permissionsToRemove
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
SecurityChangedNotification Class