Revokes the rights of an identity on an object.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AuthorizationClient
Dim identityName As String
Dim identityType As SourceCode.Authorization.Interfaces.IdentityType
Dim objectID As Guid
Dim rights As Long
instance.RevokeObjectRights(identityName, identityType, objectID, rights)
|
Parameters
- identityName
- The name of the identity.
- identityType
- The SourceCode.Authorization.Interfaces.IdentityType of the identity.
- objectID
- The ID of the object.
- rights
- The rights to be revoked.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also