ExplicitPermissionInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes one permission entry in explicit list of permissions of an object.
public ref class ExplicitPermissionInfo
public class ExplicitPermissionInfo
type ExplicitPermissionInfo = class
Public Class ExplicitPermissionInfo
- Inheritance
-
ExplicitPermissionInfo
Constructors
ExplicitPermissionInfo(String, String, PermissionType, Boolean) |
Initializes a new instance of the ExplicitPermissionInfo class with the specified grantee, grantor and permission type. |
Properties
Grantee |
Gets the name of the principle that granted the permission. |
Grantor |
Gets the name of the principle that grants the permission. |
IsDeny |
Gets a value that indicates whether the ExplicitPermissionInfo object is a denied permission. |
PermissionType |
Gets the type of the permission. |