API Reference
Class
CertificateIssuerIdentity
Structured issuer identity details derived from certificate issuer metadata.
Inheritance
- Object
- CertificateIssuerIdentity
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public CertificateIssuerIdentity() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String RawIssuer { get; set; } #Gets or sets the raw issuer value.
public String Organization { get; set; } #Gets or sets the organization value.
public String CommonName { get; set; } #Gets or sets the common name value.
public String NormalizedName { get; set; } #Gets or sets the normalized name value.
public String AuthorityFamily { get; set; } #Gets or sets the authority family value.
public Boolean IsKnownAuthority { get; set; } #Gets or sets the is known authority value.