PKIXParameters.PolicyMappingInhibited 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.
Checks if policy mapping is inhibited. -or- Sets the PolicyMappingInhibited flag.
public virtual bool PolicyMappingInhibited { [Android.Runtime.Register("isPolicyMappingInhibited", "()Z", "GetIsPolicyMappingInhibitedHandler")] get; [Android.Runtime.Register("setPolicyMappingInhibited", "(Z)V", "GetSetPolicyMappingInhibited_ZHandler")] set; }
[<get: Android.Runtime.Register("isPolicyMappingInhibited", "()Z", "GetIsPolicyMappingInhibitedHandler")>]
[<set: Android.Runtime.Register("setPolicyMappingInhibited", "(Z)V", "GetSetPolicyMappingInhibited_ZHandler")>]
member this.PolicyMappingInhibited : bool with get, set
Property Value
true if policy mapping is inhibited, false otherwise
- Attributes
Remarks
Property getter documentation:
Checks if policy mapping is inhibited. If this flag is true, policy mapping is inhibited. By default, policy mapping is not inhibited (the flag is false).
Java documentation for java.security.cert.PKIXParameters.isPolicyMappingInhibited()
.
Property setter documentation:
Sets the PolicyMappingInhibited flag. If this flag is true, policy mapping is inhibited. By default, policy mapping is not inhibited (the flag is false).
Java documentation for java.security.cert.PKIXParameters.setPolicyMappingInhibited(boolean)
.
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.