API Reference
Class
TlsaRecord
Represents a TLSA record for DANE validation.
Inheritance
- Object
- TlsaRecord
Remarks
See RFC 6698 for the specification.
Constructors
public TlsaRecord(Byte certificateUsage, Byte selector, Byte matchingType, String associationData) #Initializes a new instance of the TlsaRecord class.
Parameters
- certificateUsage System.Byte
- The certificate usage.
- selector System.Byte
- The certificate selector.
- matchingType System.Byte
- The matching type.
- associationData System.String
- The association data.
Inherited Methods
Properties
public Byte CertificateUsage { get; } #Gets the certificate usage field.
public Byte Selector { get; } #Gets the selector field specifying which part of the certificate is matched.
public Byte MatchingType { get; } #Gets the matching type describing how the association data is compared.
public String AssociationData { get; } #Gets the certificate association data.