TlsValidationOptions Constructors
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.
Overloads
TlsValidationOptions() |
Initializes a new instance of the TlsValidationOptions class. |
TlsValidationOptions(String, String) |
Initializes a new instance of the TlsValidationOptions class. |
TlsValidationOptions()
Initializes a new instance of the TlsValidationOptions class.
public TlsValidationOptions ();
Public Sub New ()
Applies to
TlsValidationOptions(String, String)
Initializes a new instance of the TlsValidationOptions class.
public TlsValidationOptions (string ignoreHostname = default, string ignoreSignature = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.TlsValidationOptions : string * string -> Microsoft.Azure.Management.VideoAnalyzer.Models.TlsValidationOptions
Public Sub New (Optional ignoreHostname As String = Nothing, Optional ignoreSignature As String = Nothing)
Parameters
- ignoreHostname
- String
When set to 'true' causes the certificate subject name validation to be skipped. Default is 'false'.
- ignoreSignature
- String
When set to 'true' causes the certificate chain trust validation to be skipped. Default is 'false'.