PKIXRevocationChecker.OcspResponder 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 URI that identifies the location of the OCSP responder. -or- Sets the URI that identifies the location of the OCSP responder.
public virtual Java.Net.URI? OcspResponder { [Android.Runtime.Register("getOcspResponder", "()Ljava/net/URI;", "GetGetOcspResponderHandler", ApiSince=24)] get; [Android.Runtime.Register("setOcspResponder", "(Ljava/net/URI;)V", "GetSetOcspResponder_Ljava_net_URI_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getOcspResponder", "()Ljava/net/URI;", "GetGetOcspResponderHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setOcspResponder", "(Ljava/net/URI;)V", "GetSetOcspResponder_Ljava_net_URI_Handler", ApiSince=24)>]
member this.OcspResponder : Java.Net.URI with get, set
Property Value
the responder URI, or null if not set
- Attributes
Remarks
Property getter documentation:
Java documentation for java.security.cert.PKIXRevocationChecker.getOcspResponder().
Property setter documentation:
Java documentation for java.security.cert.PKIXRevocationChecker.setOcspResponder(java.net.URI).
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.