Class SubjectAltNames
SubjectAltNames corresponds to a more modern way of listing what the asserted identity is in a certificate (i.e., compared to the "common name" in the distinguished name).
Implements
Inherited Members
Namespace: Google.Apis.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class SubjectAltNames : IDirectResponseSchema
Properties
CustomSans
Contains additional subject alternative name values. For each custom_san, the value
field must contain an
ASN.1 encoded UTF8String.
Declaration
[JsonProperty("customSans")]
public virtual IList<X509Extension> CustomSans { get; set; }
Property Value
Type | Description |
---|---|
IList<X509Extension> |
DnsNames
Contains only valid, fully-qualified host names.
Declaration
[JsonProperty("dnsNames")]
public virtual IList<string> DnsNames { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EmailAddresses
Contains only valid RFC 2822 E-mail addresses.
Declaration
[JsonProperty("emailAddresses")]
public virtual IList<string> EmailAddresses { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
IpAddresses
Contains only valid 32-bit IPv4 addresses or RFC 4291 IPv6 addresses.
Declaration
[JsonProperty("ipAddresses")]
public virtual IList<string> IpAddresses { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Uris
Contains only valid RFC 3986 URIs.
Declaration
[JsonProperty("uris")]
public virtual IList<string> Uris { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |