Click or drag to resize

PermissionDescriptor Class

Version 94.4.20
Definition of PermissionDescriptor defined in the Permissions API: https://w3c.github.io/permissions/#dictdef-permissiondescriptor.
Inheritance Hierarchy

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

The PermissionDescriptor type exposes the following members.

Constructors
  NameDescription
Public methodPermissionDescriptor
Initializes a new instance of the PermissionDescriptor class
Top
Properties
  NameDescription
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToDictionary (Inherited from DevToolsDomainEntityBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also