Class CertificateOptions
Options for use with platform-provided certificates
Inheritance
System.Object
CertificateOptions
Namespace: Steeltoe.Common.Options
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public class CertificateOptions : object
Properties
| Edit this page View SourceCertificate
Declaration
public X509Certificate2 Certificate { get; set; }
Property Value
Type | Description |
---|---|
X509Certificate2 |
IssuerChain
Declaration
public List<X509Certificate2> IssuerChain { get; set; }
Property Value
Type | Description |
---|---|
List<X509Certificate2> |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |