IServerAuthorization.GetServerAuthorizationKeyPairHistory Method
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.
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
The public and private key pairs associated with the previous PlayReady Server Deployment Authorization Certificate.