共用方式為


ClientCertificateAuthentication.AllowedThumbprints Property

Definition

The list of thumbprints that are allowed during client authentication. This property is required only if the validationScheme is 'ThumbprintMatch'.

public Azure.Provisioning.BicepList<string> AllowedThumbprints { get; set; }
member this.AllowedThumbprints : Azure.Provisioning.BicepList<string> with get, set
Public Property AllowedThumbprints As BicepList(Of String)

Property Value

Applies to