Class CertificateSubject
Describes the X.500 subject of a generated certificate.
Inherited Members
Namespace: Eigenverft.NetLib.Infrastructure.Security.Certificates
Assembly: Eigenverft.NetLib.Infrastructure.dll
Syntax
public sealed class CertificateSubject
Properties
| Edit this page View SourceCommonName
Gets or initializes the common name.
Declaration
public string? CommonName { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
CountryOrRegion
Gets or initializes the two-letter country or region code.
Declaration
public string? CountryOrRegion { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
LocalityName
Gets or initializes the locality name.
Declaration
public string? LocalityName { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
OrganizationName
Gets or initializes the organization name.
Declaration
public string? OrganizationName { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
OrganizationalUnitName
Gets or initializes the organizational unit name.
Declaration
public string? OrganizationalUnitName { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
StateOrProvinceName
Gets or initializes the state or province name.
Declaration
public string? StateOrProvinceName { get; init; }
Property Value
| Type | Description |
|---|---|
| string |