Click or drag to resize

PermissionDescriptor Class

Version 130.1.90
Definition of PermissionDescriptor defined in the Permissions API: https://w3c.github.io/permissions/#dom-permissiondescriptor.
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.BrowserPermissionDescriptor

Namespace: CefSharp.DevTools.Browser
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class PermissionDescriptor : DevToolsDomainEntityBase

The PermissionDescriptor type exposes the following members.

Constructors
 NameDescription
Public methodPermissionDescriptorInitializes a new instance of the PermissionDescriptor class
Top
Properties
 NameDescription
Public propertyAllowWithoutGesture For "fullscreen" permission, must specify allowWithoutGesture:true.
Public propertyAllowWithoutSanitization For "clipboard" permission, may specify allowWithoutSanitization.
Public propertyName Name of permission. See https://cs.chromium.org/chromium/src/third_party/blink/renderer/modules/permissions/permission_descriptor.idl for valid permission names.
Public propertyPanTiltZoom For "camera" permission, may specify panTiltZoom.
Public propertySysex For "midi" permission, may also specify sysex control.
Public propertyUserVisibleOnly For "push" permission, may specify userVisibleOnly. Note that userVisibleOnly = true is the only currently supported type.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToDictionary
(Inherited from DevToolsDomainEntityBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also