SilverlightCertificate 类

定义

表示 Silverlight 证书。 对于 Silverlight 4.0 及更高版本,请改用 PCCertificate

public class SilverlightCertificate : Microsoft.Media.Drm.Certificate
type SilverlightCertificate = class
    inherit Certificate
Public Class SilverlightCertificate
Inherits Certificate
继承
SilverlightCertificate

属性

BindingKeyType

获取 PlayReady 证书密钥对的类型。

(继承自 Certificate)
CertificateChainInformation

获取证书链的 的 CertificateInfo 集合。

(继承自 Certificate)
DigestValue

获取证书的摘要值。

(继承自 Certificate)
ExpirationDate

获取证书的到期日期。

(继承自 Certificate)
IssuerKey

获取对此证书进行签名的证书的公钥。

(继承自 Certificate)
ManufacturerName

获取向其颁发证书的客户端制造商的名称。

(继承自 Certificate)
ModelName

获取为其颁发证书的客户端的模型名称。

(继承自 Certificate)
ModelNumber

获取为其颁发证书的客户端的型号。

(继承自 Certificate)
Platform

获取 PlatformIdentifier 与证书关联的 。

RobustnessVersion

获取 Silverlight 客户端的可靠性版本。

SecurityLevel

获取此证书的安全级别。

(继承自 Certificate)
Type

CertificateType获取此证书的 。

(继承自 Certificate)
UplinkKeyId

获取用于在许可证链绑定中查找根许可证的上行密钥标识符。

(继承自 Certificate)

方法

GetClientId(Guid)

获取此证书的服务特定客户端标识符。

(继承自 Certificate)
GetKeyUsages()

返回证书中存在的 的列表 KeyUsage 。 证书颁发者将密钥用法值放在证书中,以描述此证书所表示的密钥的允许用法。

(继承自 Certificate)
GetSupportedFeatures()

返回此客户端支持的 的列表 SupportedFeature

(继承自 Certificate)

适用于