Share via


ActiveDirectoryFederationServicesBearerAuthenticationOptions.BackchannelCertificateValidator Property

 

Gets or sets the a certificate validator to use to validate the metadata endpoint.

Namespace:   Microsoft.Owin.Security.ActiveDirectory
Assembly:  Microsoft.Owin.Security.ActiveDirectory (in Microsoft.Owin.Security.ActiveDirectory.dll)

Syntax

public ICertificateValidator BackchannelCertificateValidator { get; set; }
public:
property ICertificateValidator^ BackchannelCertificateValidator {
    ICertificateValidator^ get();
    void set(ICertificateValidator^ value);
}
member BackchannelCertificateValidator : ICertificateValidator with get, set
Public Property BackchannelCertificateValidator As ICertificateValidator

Property Value

Type: Microsoft.Owin.Security.ICertificateValidator

The certificate validator.

Remarks

If this property is null then the default certificate checks are performed, validating the subject name and if the signing chain is a trusted party.

See Also

ActiveDirectoryFederationServicesBearerAuthenticationOptions Class
Microsoft.Owin.Security.ActiveDirectory Namespace

Return to top