IServerAuthorization 接口

定义

用于提供服务器授权的处理程序接口。

public interface IServerAuthorization
type IServerAuthorization = interface
Public Interface IServerAuthorization

注解

每个服务处理程序都必须实现此接口。

方法

GetServerAuthorizationCertificate()

获取 base64 编码的 PlayReady 服务器部署授权证书。

GetServerAuthorizationKeyPair()

获取与 PlayReady Server 部署授权证书关联的公钥和私钥对。

OnServerCertificateParsed(ServerCertificate, RMServerException)

已分析服务器证书。

适用于