IServerAuthorization.OnServerCertificateParsed 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.
Server certificate was parsed.
public void OnServerCertificateParsed (Microsoft.Media.Drm.ServerCertificate certificate, Microsoft.Media.Drm.RMServerException exc);
abstract member OnServerCertificateParsed : Microsoft.Media.Drm.ServerCertificate * Microsoft.Media.Drm.RMServerException -> unit
Public Sub OnServerCertificateParsed (certificate As ServerCertificate, exc As RMServerException)
Parameters
- certificate
- ServerCertificate
Pointer to the certificate object that has been generated based on the value returned from GetServerAuthorizationCertificate().
If parsing succeeded it will be set to null, otherwise it will contain the exception that caused the failure.