CannotChangeServerAuthorizationCertificate Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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