NetworkSecurityPolicy.IsCertificateTransparencyVerificationRequired Method
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.
Returns true
if Certificate Transparency information is required to be verified by
the client in TLS connections to hostname
.
[Android.Runtime.Register("isCertificateTransparencyVerificationRequired", "(Ljava/lang/String;)Z", "GetIsCertificateTransparencyVerificationRequired_Ljava_lang_String_Handler", ApiSince=36)]
public virtual bool IsCertificateTransparencyVerificationRequired(string hostname);
[<Android.Runtime.Register("isCertificateTransparencyVerificationRequired", "(Ljava/lang/String;)Z", "GetIsCertificateTransparencyVerificationRequired_Ljava_lang_String_Handler", ApiSince=36)>]
abstract member IsCertificateTransparencyVerificationRequired : string -> bool
override this.IsCertificateTransparencyVerificationRequired : string -> bool
Parameters
- hostname
- String
hostname to check whether certificate transparency verification is required
Returns
true
if certificate transparency verification is required and false
otherwise
- Attributes
Remarks
Returns true
if Certificate Transparency information is required to be verified by the client in TLS connections to hostname
.
See RFC6962 section 3.3 for more details.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.