ExplicitPermissionInfo Class

Definition

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.

Applies to