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