次の方法で共有


ServerCertificate クラス

定義

ライセンス サーバー展開証明書を表します。

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

プロパティ

BindingKeyType

PlayReady 証明書キー ペアの種類を取得します。

(継承元 Certificate)
CertificateChainInformation

証明書チェーンの の CertificateInfo コレクションを取得します。

(継承元 Certificate)
DigestValue

証明書のダイジェスト値を取得します。

(継承元 Certificate)
ExpirationDate

証明書の有効期限を取得します。

(継承元 Certificate)
IssuerKey

この証明書に署名した証明書の公開キーを取得します。

(継承元 Certificate)
ManufacturerName

証明書が発行されるクライアントの製造元の名前を取得します。

(継承元 Certificate)
ModelName

証明書が発行されるクライアントのモデル名を取得します。

(継承元 Certificate)
ModelNumber

証明書が発行されるクライアントのモデル番号を取得します。

(継承元 Certificate)
SecurityLevel

この証明書のセキュリティ レベルを取得します。

(継承元 Certificate)
Type

この証明書の を CertificateType 取得します。

(継承元 Certificate)
UplinkKeyId

ライセンス チェーン バインドでルート ライセンスを検索するために使用されるアップリンク キー識別子を取得します。

(継承元 Certificate)
WarningDays

警告が送信されるまでの日数 ExpirationDate

メソッド

GetClientId(Guid)

この証明書のサービス固有のクライアント識別子を取得します。

(継承元 Certificate)
GetKeyUsages()

証明書に存在する の KeyUsage 一覧を返します。 証明書の発行者は、この証明書によって表されるキーの使用が許可されていることを説明するために、証明書にキー使用法の値を格納します。

(継承元 Certificate)
GetSupportedFeatures()

このクライアントがサポートする の SupportedFeature 一覧を返します。

(継承元 Certificate)

適用対象