Share via


IServerAuthorization Interface

Definition

Handler interface for providing server authorization.

public interface IServerAuthorization
type IServerAuthorization = interface
Public Interface IServerAuthorization

Remarks

Every service handler must implement this interface.

Methods

GetServerAuthorizationCertificate()

Gets the base64-encoded PlayReady Server Deployment Authorization Certificate.

GetServerAuthorizationKeyPair()

Gets the public and private key pair associated with the PlayReady Server Deployment Authorization Certificate.

OnServerCertificateParsed(ServerCertificate, RMServerException)

Server certificate was parsed.

Applies to