IServerAuthorization Interface
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.
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. |