LicenseServerTimeCertificate(String, String) Constructor
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.
Initializes a new instance of the LicenseServerTimeCertificate class.
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)
Parameters
- certificate
- String
The base64-encoded LicenseServerTimeCertificate certificate provided by Microsoft.
- keyPair
- String
The public/private key pair associated with the LicenseServerTimeCertificate certificate.