你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TlsValidationOptions Class

Definition

Options for controlling the validation of TLS endpoints.

public class TlsValidationOptions
type TlsValidationOptions = class
Public Class TlsValidationOptions
Inheritance
TlsValidationOptions

Constructors

TlsValidationOptions()

Initializes a new instance of TlsValidationOptions.

Properties

IgnoreHostname

When set to 'true' causes the certificate subject name validation to be skipped. Default is 'false'.

IgnoreSignature

When set to 'true' causes the certificate chain trust validation to be skipped. Default is 'false'.

Applies to