Share via


CannotChangeServerAuthorizationCertificate Constructors

Definition

Overloads

CannotChangeServerAuthorizationCertificate()

This method is internal and should not be used.

CannotChangeServerAuthorizationCertificate(String)

This method is internal and should not be used.

CannotChangeServerAuthorizationCertificate(String, Exception)

This method is internal and should not be used.

CannotChangeServerAuthorizationCertificate()

This method is internal and should not be used.

public CannotChangeServerAuthorizationCertificate ();
Public Sub New ()

Applies to

CannotChangeServerAuthorizationCertificate(String)

This method is internal and should not be used.

public CannotChangeServerAuthorizationCertificate (string message);
new Microsoft.Media.Drm.CannotChangeServerAuthorizationCertificate : string -> Microsoft.Media.Drm.CannotChangeServerAuthorizationCertificate
Public Sub New (message As String)

Parameters

message
String

Applies to

CannotChangeServerAuthorizationCertificate(String, Exception)

This method is internal and should not be used.

public CannotChangeServerAuthorizationCertificate (string message, Exception inner);
new Microsoft.Media.Drm.CannotChangeServerAuthorizationCertificate : string * Exception -> Microsoft.Media.Drm.CannotChangeServerAuthorizationCertificate
Public Sub New (message As String, inner As Exception)

Parameters

message
String
inner
Exception

Applies to