PKIXRevocationChecker.OcspExtensions 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.
Gets the optional OCSP request extensions. -or- Sets the optional OCSP request extensions.
public virtual System.Collections.Generic.IList<Java.Security.Cert.IExtension>? OcspExtensions { [Android.Runtime.Register("getOcspExtensions", "()Ljava/util/List;", "GetGetOcspExtensionsHandler", ApiSince=24)] get; [Android.Runtime.Register("setOcspExtensions", "(Ljava/util/List;)V", "GetSetOcspExtensions_Ljava_util_List_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getOcspExtensions", "()Ljava/util/List;", "GetGetOcspExtensionsHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setOcspExtensions", "(Ljava/util/List;)V", "GetSetOcspExtensions_Ljava_util_List_Handler", ApiSince=24)>]
member this.OcspExtensions : System.Collections.Generic.IList<Java.Security.Cert.IExtension> with get, set
Property Value
an unmodifiable list of extensions. The list is empty if no extensions have been specified.
- Attributes
Remarks
Property getter documentation:
Gets the optional OCSP request extensions.
Java documentation for java.security.cert.PKIXRevocationChecker.getOcspExtensions()
.
Property setter documentation:
Sets the optional OCSP request extensions.
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.