IServerAuthorization.GetServerAuthorizationKeyPairHistory Method

Definition

Gets the list of previous key pairs from the older Server Deployment Authorization Certificates. This key history is used to decrypt client requests that may have been encrypted with an older key pair after the certificate rotation.

public string[] GetServerAuthorizationKeyPairHistory();
abstract member GetServerAuthorizationKeyPairHistory : unit -> string[]
Public Function GetServerAuthorizationKeyPairHistory () As String()

Returns

String[]

The public and private key pairs associated with the previous PlayReady Server Deployment Authorization Certificate.

Applies to