IServerAuthorization.GetServerAuthorizationCertificateVersion 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 version of the PlayReady Server Deployment Authorization Certificate. If the handler detects that the certificate version has changed, it should just increment the version number. RMSDK will call this method to determine if the certificate has changed and if it needs to re-parse the certificate. RMSDK reparses the certificate once a day to make sure it is still valid, changing the version will force RMSDK to reparse the certificate immediately. It is not necessary to change the version if hot-swapping of the certificate is not implemented.
public uint GetServerAuthorizationCertificateVersion();
abstract member GetServerAuthorizationCertificateVersion : unit -> uint32
Public Function GetServerAuthorizationCertificateVersion () As UInteger
Returns
The version of the PlayReady Server Deployment Authorization Certificate.