次の方法で共有


IServerAuthorization インターフェイス

定義

サーバー承認を提供するためのハンドラー インターフェイス。

public interface IServerAuthorization
type IServerAuthorization = interface
Public Interface IServerAuthorization

注釈

すべてのサービス ハンドラーは、このインターフェイスを実装する必要があります。

メソッド

GetServerAuthorizationCertificate()

base64 でエンコードされた PlayReady Server 展開承認証明書を取得します。

GetServerAuthorizationKeyPair()

PlayReady サーバー展開承認証明書に関連付けられている公開キーと秘密キーのペアを取得します。

OnServerCertificateParsed(ServerCertificate, RMServerException)

サーバー証明書が解析されました。

適用対象