Certificate General Name Args
Describes an ASN.1 X.400 `GeneralName`
as defined in RFC 5280. Only one of the following naming options should be provided. Providing more than one option results in an `InvalidArgsException`
error.
Constructors
Properties
Contains information about the certificate subject. The certificate can be one issued by your private certificate authority (CA) or it can be your private CA certificate. The Subject field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The Subject must contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate. The DN must be unique for each entity, but your private CA can issue more than one certificate with the same DN to the same entity.
Represents `GeneralName`
as an `EdiPartyName`
object.
Represents `GeneralName`
using an `OtherName`
object.
Represents `GeneralName`
as an object identifier (OID).
Represents `GeneralName`
as an RFC 822 email address.
Represents `GeneralName`
as a URI.