Credential.CaCertificate Property
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.
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.
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.