X509ExtendedKeyManager.GetCertificateChain(String) Method
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 the certificate chain associated with the given alias.
[Android.Runtime.Register("getCertificateChain", "(Ljava/lang/String;)[Ljava/security/cert/X509Certificate;", "GetGetCertificateChain_Ljava_lang_String_Handler")]
public abstract Java.Security.Cert.X509Certificate[]? GetCertificateChain (string? alias);
[<Android.Runtime.Register("getCertificateChain", "(Ljava/lang/String;)[Ljava/security/cert/X509Certificate;", "GetGetCertificateChain_Ljava_lang_String_Handler")>]
abstract member GetCertificateChain : string -> Java.Security.Cert.X509Certificate[]
- alias
- String
the alias name
the certificate chain (ordered with the user's certificate first and the root certificate authority last), or null if the alias can't be found.
- Attributes
Returns the certificate chain associated with the given alias.
Java documentation for javax.net.ssl.X509KeyManager.getCertificateChain(java.lang.String)
.
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.
Product | Versions |
---|---|
.NET for Android | .NET for Android API 34, .NET for Android API 35 |