API Reference
Enum
CxComparator
How to compare current vs desired values to determine compliance.
Inheritance
- Enum
- CxComparator
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property AccountPolicyControl.Comparator
- Property AppLockerEnforcementControl.Comparator
- Property AuditPolicyControl.Comparator
- Field CxComparator.AnyOf
- Field CxComparator.Exact
- Field CxComparator.GeIsStricter
- Field CxComparator.LeIsStricter
- Field CxComparator.Subset
- Field CxComparator.Superset
- Property DirectAccessControl.Comparator
- Property DocumentationControl.Comparator
- Property EventLogControl.Comparator
- Property FileAclControl.Comparator
- Property FirewallIcmpSettingsControl.Comparator
- Property FirewallLoggingControl.Comparator
- Property FirewallPortExceptionsControl.Comparator
- Property FirewallProfileControl.Comparator
- Property FirewallProgramExceptionsControl.Comparator
- Property FirewallServiceExceptionControl.Comparator
- Property ICxControl.Comparator
- Property IpsecBypassControl.Comparator
- Property KerberosPolicyControl.Comparator
- Property NetlogonControl.Comparator
- Property RegistryAclControl.Comparator
- Property RegistryControl.Comparator
- Property SecurityOptionControl.Comparator
- Property ServiceStartupControl.Comparator
- Property TcpIpInterfaceControl.Comparator
- Property TlsCipherSuitesPolicyControl.Comparator
- Property TlsComponentControl.Comparator
- Property TlsProtocolControl.Comparator
- Property UserRightControl.Comparator
Accepted by parameters
- Constructor AccountPolicyControl.AccountPolicyControl
- Method CxControls.AccountPolicy
- Method CxControls.DirectAccess
- Method CxControls.EventLogPolicy
- Method CxControls.FirewallIcmpSettings
- Method CxControls.FirewallLogging
- Method CxControls.FirewallPortExceptions
- Method CxControls.FirewallProfile
- Method CxControls.FirewallProgramExceptions
- Method CxControls.FirewallServiceException
- Method CxControls.IpsecBypass
- Method CxControls.KerberosPolicy
- Method CxControls.Netlogon
- Method CxControls.Registry
- Method CxControls.SecurityOption
- Method CxControls.ServiceStartup
- Method CxControls.TcpIpInterface
- Method CxControls.TlsCipherSuitesPolicy
- Method CxControls.UserRight
- Constructor DirectAccessControl.DirectAccessControl
- Constructor EventLogControl.EventLogControl
- Constructor FirewallIcmpSettingsControl.FirewallIcmpSettingsControl
- Constructor FirewallLoggingControl.FirewallLoggingControl
- Constructor FirewallPortExceptionsControl.FirewallPortExceptionsControl
- Constructor FirewallProfileControl.FirewallProfileControl
- Constructor FirewallProgramExceptionsControl.FirewallProgramExceptionsControl
- Constructor FirewallServiceExceptionControl.FirewallServiceExceptionControl
- Constructor IpsecBypassControl.IpsecBypassControl
- Constructor KerberosPolicyControl.KerberosPolicyControl
- Constructor NetlogonControl.NetlogonControl
- Constructor RegistryControl.RegistryControl
- Constructor SecurityOptionControl.SecurityOptionControl
- Constructor ServiceStartupControl.ServiceStartupControl
- Constructor TcpIpInterfaceControl.TcpIpInterfaceControl
- Constructor TlsCipherSuitesPolicyControl.TlsCipherSuitesPolicyControl
- Constructor UserRightControl.UserRightControl
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const CxComparator GeIsStricter #Greater-or-equal is considered more strict (e.g., minimum length).
Value:
1public const CxComparator LeIsStricter #Less-or-equal is considered more strict (e.g., maximum age).
Value:
2public const CxComparator AnyOf #Current scalar must match any of the desired allowed values.
Value:
5