PKIXCertPathChecker.SupportedExtensions 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.
Returns an immutable collection of X.509 certificate extensions that this PKIXCertPathChecker supports.
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
An immutable collection of supported X.509 extension object identifiers, represented as strings, or null if no extensions are supported.
- 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.