Certificate.GetKeyUsages 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.
Returns the list of KeyUsage present in the certificate. The certificate issuer puts key usage values in the certificate to describe the allowed usages of the key represented by this certificate.
public Microsoft.Media.Drm.KeyUsage[] GetKeyUsages ();
member this.GetKeyUsages : unit -> Microsoft.Media.Drm.KeyUsage[]
Public Function GetKeyUsages () As KeyUsage()
Returns
KeyUsage[]