次の方法で共有


LicenseServerTimeCertificate(String, String) コンストラクター

定義

LicenseServerTimeCertificate クラスの新しいインスタンスを初期化します。

public LicenseServerTimeCertificate (string certificate, string keyPair);
new Microsoft.Media.Drm.LicenseServerTimeCertificate : string * string -> Microsoft.Media.Drm.LicenseServerTimeCertificate
Public Sub New (certificate As String, keyPair As String)

パラメーター

certificate
String

Microsoft によって提供される base64 でエンコードされた LicenseServerTimeCertificate 証明書。

keyPair
String

LicenseServerTimeCertificate 証明書に関連付けられている公開キーと秘密キーのペア。

適用対象