PKIXRevocationChecker.OcspResponder Property

Definition

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

URI

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.

Applies to