SubjectAlternativeNamesAll interface

Interfaccia che rappresenta i nomi alternativi dell'oggetto di un criterio di certificato.

Proprietà

dnsNames

Nomi di dominio.

emails

Indirizzi di posta elettronica.

ipAddresses

indirizzi IP; supporta IPv4 e IPv6.

uniformResourceIdentifiers

Uniform Resource Identifiers (URI).

userPrincipalNames

Nomi di entità utente.

Dettagli proprietà

dnsNames

Nomi di dominio.

dnsNames: ArrayOneOrMore<string>

Valore della proprietà

ArrayOneOrMore<string>

emails

Indirizzi di posta elettronica.

emails: ArrayOneOrMore<string>

Valore della proprietà

ArrayOneOrMore<string>

ipAddresses

indirizzi IP; supporta IPv4 e IPv6.

ipAddresses: ArrayOneOrMore<string>

Valore della proprietà

ArrayOneOrMore<string>

uniformResourceIdentifiers

Uniform Resource Identifiers (URI).

uniformResourceIdentifiers: ArrayOneOrMore<string>

Valore della proprietà

ArrayOneOrMore<string>

userPrincipalNames

Nomi di entità utente.

userPrincipalNames: ArrayOneOrMore<string>

Valore della proprietà

ArrayOneOrMore<string>