API Reference
Enum
TlsaMatchingType
TLSA matching type values defined in RFC 6698.
Inheritance
- Enum
- TlsaMatchingType
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property DANERecordAnalysis.MatchingTypeField
- Field TlsaMatchingType.Full
- Field TlsaMatchingType.Sha256
- Field TlsaMatchingType.Sha512
- Field TlsaMatchingType.Unknown
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const TlsaMatchingType Full #Description("Full: Full Certificate or SPKI")Full: Full Certificate or SPKI.
Value:
0public const TlsaMatchingType Sha256 #Description("SHA-256: SHA-256 of Certificate or SPKI")SHA-256: SHA-256 of Certificate or SPKI.
Value:
1public const TlsaMatchingType Sha512 #Description("SHA-512: SHA-512 of Certificate or SPKI")SHA-512: SHA-512 of Certificate or SPKI.
Value:
2