다음을 통해 공유


Certificate.GetKeyUsages Method

Definition

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

Applies to