Share via


ServerCertificate Class

Definition

Represents a License Server deployment certificate.

public class ServerCertificate : Microsoft.Media.Drm.Certificate
type ServerCertificate = class
    inherit Certificate
Public Class ServerCertificate
Inherits Certificate
Inheritance
ServerCertificate

Properties

BindingKeyType

Gets the type of the PlayReady certificate key pair.

(Inherited from Certificate)
CertificateChainInformation

Gets the collection of CertificateInfo for the certificate chain.

(Inherited from Certificate)
DigestValue

Gets the Certificate's digest value.

(Inherited from Certificate)
ExpirationDate

Gets the expiration date of the certificate.

(Inherited from Certificate)
IssuerKey

Gets the public key for the certificate that signed this certificate.

(Inherited from Certificate)
ManufacturerName

Gets the name of the client manufacturer to which the Certificate is issued.

(Inherited from Certificate)
ModelName

Gets the model name of the client for which the Certificate is issued.

(Inherited from Certificate)
ModelNumber

Gets the model number of the client for which the Certificate is issued.

(Inherited from Certificate)
SecurityLevel

Gets the security level of this certificate.

(Inherited from Certificate)
Type

Gets the CertificateType of this certificate.

(Inherited from Certificate)
UplinkKeyId

Gets the uplink key identifier that is used to find the root license in license chain bindings.

(Inherited from Certificate)
WarningDays

Number of days to ExpirationDate before the warning will be sent.

Methods

GetClientId(Guid)

Gets the service specific client identifier for this certificate.

(Inherited from Certificate)
GetKeyUsages()

Returns the list of KeyUsage present in the certificate. The certificate issuer puts key usage values in the certificate to describe the allowed usages of the key represented by this certificate.

(Inherited from Certificate)
GetSupportedFeatures()

Returns the list of SupportedFeature that this client supports.

(Inherited from Certificate)

Applies to