PKIXCertPathChecker.SupportedExtensions Property

Definition

Returns the list of extensions of X.509 certificates that this PKIXCertPathChecker is able to process.

public abstract System.Collections.Generic.ICollection<string>? SupportedExtensions { [Android.Runtime.Register("getSupportedExtensions", "()Ljava/util/Set;", "GetGetSupportedExtensionsHandler")] get; }
[<get: Android.Runtime.Register("getSupportedExtensions", "()Ljava/util/Set;", "GetGetSupportedExtensionsHandler")>]
member this.SupportedExtensions : System.Collections.Generic.ICollection<string>

Property Value

Attributes

Remarks

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