X509CertificateImpl.allowedUsage

Returns true if and only if name (referring to an extended key constraint, eg "PKIX.ServerAuth") is included in the extended key extension.

  1. bool allowedUsage(KeyConstraints usage)
  2. bool allowedUsage(string usage)
    class X509CertificateImpl
    public const
    bool
    allowedUsage
    (
    in string usage
    )

Meta