PKIXRevocationChecker.Options 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 revocation options. -or- Sets the revocation options.
public virtual System.Collections.Generic.ICollection<Java.Security.Cert.PKIXRevocationChecker.Option>? Options { [Android.Runtime.Register("getOptions", "()Ljava/util/Set;", "GetGetOptionsHandler", ApiSince=24)] get; [Android.Runtime.Register("setOptions", "(Ljava/util/Set;)V", "GetSetOptions_Ljava_util_Set_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getOptions", "()Ljava/util/Set;", "GetGetOptionsHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setOptions", "(Ljava/util/Set;)V", "GetSetOptions_Ljava_util_Set_Handler", ApiSince=24)>]
member this.Options : System.Collections.Generic.ICollection<Java.Security.Cert.PKIXRevocationChecker.Option> with get, set
Property Value
an unmodifiable set of revocation options. The set is empty if no options have been specified.
- Attributes
Remarks
Property getter documentation:
Gets the revocation options.
Java documentation for java.security.cert.PKIXRevocationChecker.getOptions()
.
Property setter documentation:
Sets the revocation options.
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.