Table of Contents

Class CertificateOptions

Namespace
Steeltoe.Common.Options
Assembly
Steeltoe.Common.Abstractions.dll

Options for use with platform-provided certificates

public class CertificateOptions
Inheritance
CertificateOptions
Inherited Members

Properties

Certificate

public X509Certificate2 Certificate { get; set; }

Property Value

X509Certificate2

IssuerChain

public List<X509Certificate2> IssuerChain { get; set; }

Property Value

List<X509Certificate2>

Name

public string Name { get; set; }

Property Value

string