Click or drag to resize

CdmRegistration Class

Version 75.1.140
Represents the response to an attempt to register the Widevine Content Decryption Module (CDM)
Inheritance Hierarchy
SystemObject
  CefSharpCdmRegistration

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public sealed class CdmRegistration

The CdmRegistration type exposes the following members.

Constructors
  NameDescription
Public methodCdmRegistration
CdmRegistration
Top
Properties
  NameDescription
Public propertyErrorCode
If CDM registration succeeded then value will be None, for other values see the enumeration CdmRegistrationErrorCode.
Public propertyErrorMessage
Contains an error message containing additional information if ErrorCode is not None.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also