X509CertOptionsImpl.addExConstraint

Add constraints to the ExtendedKeyUsage extension.

  1. void addExConstraint(OID oid)
  2. void addExConstraint(string oid_str)
    class X509CertOptionsImpl
    public
    void
    addExConstraint
    (
    in string oid_str
    )

Parameters

oid_str string

the name to look up the oid to add

Meta