Table of Contents

Class MutualTlsAuthenticationOptions

Namespace
Steeltoe.Security.Authentication.Mtls
Assembly
Steeltoe.Security.Authentication.MtlsCore.dll
public class MutualTlsAuthenticationOptions : CertificateAuthenticationOptions
Inheritance
MutualTlsAuthenticationOptions
Inherited Members

Properties

IssuerChain

Gets or sets partial or full certificate chain for validation

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

Property Value

List<X509Certificate2>