다음을 통해 공유


Credential.CaCertificate Property

Definition

Get the CA (Certification Authority) certificate associated with this credential. -or- Set the CA (Certification Authority) certificate associated with this credential.

public Java.Security.Cert.X509Certificate? CaCertificate { [Android.Runtime.Register("getCaCertificate", "()Ljava/security/cert/X509Certificate;", "", ApiSince=26)] get; [Android.Runtime.Register("setCaCertificate", "(Ljava/security/cert/X509Certificate;)V", "", ApiSince=26)] set; }
[<get: Android.Runtime.Register("getCaCertificate", "()Ljava/security/cert/X509Certificate;", "", ApiSince=26)>]
[<set: Android.Runtime.Register("setCaCertificate", "(Ljava/security/cert/X509Certificate;)V", "", ApiSince=26)>]
member this.CaCertificate : Java.Security.Cert.X509Certificate with get, set

Property Value

CA certificate associated with this credential, null if certificate is not set or certificate is more than one.

Attributes

Remarks

Property getter documentation:

Get the CA (Certification Authority) certificate associated with this credential.

Java documentation for android.net.wifi.hotspot2.pps.Credential.getCaCertificate().

Property setter documentation:

Set the CA (Certification Authority) certificate associated with this credential.

Java documentation for android.net.wifi.hotspot2.pps.Credential.setCaCertificate(java.security.cert.X509Certificate).

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.

Applies to