ClientCertificateValidatedIfPresentedAdvancedSettings Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ClientCertificateValidatedIfPresentedAdvancedSettings.
public ClientCertificateValidatedIfPresentedAdvancedSettings(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Cdn.Models.CdnResourceReference> secrets);
new Azure.ResourceManager.Cdn.Models.ClientCertificateValidatedIfPresentedAdvancedSettings : seq<Azure.ResourceManager.Cdn.Models.CdnResourceReference> -> Azure.ResourceManager.Cdn.Models.ClientCertificateValidatedIfPresentedAdvancedSettings
Public Sub New (secrets As IEnumerable(Of CdnResourceReference))
Parameters
- secrets
- IEnumerable<CdnResourceReference>
List of one or two of Resource References (ie. subs/rg/profile/secret) to Secrets of type MtlsCertificateChain to use in mutual TLS handshake as the trusted issuer certificate chain.
Exceptions
secrets is null.