hasTLSCustomization property
bool
get
hasTLSCustomization
Whether any TLS customization is present.
Implementation
bool get hasTLSCustomization => hasMTLS || hasCustomCA;
Whether any TLS customization is present.
bool get hasTLSCustomization => hasMTLS || hasCustomCA;