ITlsaRecord Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.TlsaRecordTypeConverter))]
public interface ITlsaRecord : Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Dns.Models.Api20230701Preview.TlsaRecordTypeConverter))>]
type ITlsaRecord = interface
interface IJsonSerializable
Public Interface ITlsaRecord
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
CertAssociationData |
This specifies the certificate association data to be matched. |
MatchingType |
The matching type specifies how the certificate association is presented. |
Selector |
The selector specifies which part of the TLS certificate presented by the server will be matched against the association data. |
Usage |
The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |