API Reference
Class
LdapChannelBindingView
Typed per-DC view for LDAP channel binding posture.
Inheritance
- Object
- LdapChannelBindingView
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
Constructors
public LdapChannelBindingView() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<LdapChannelBindingMode> ChannelBindingMode { get; set; } #Configured channel binding mode (LDAPEnforceChannelBinding).
public Boolean IsRequired { get; set; } #Convenience flag that is true when ChannelBindingMode is Required.
public IReadOnlyList<LdapEventEvidence> Events { get; set; } #ResultMetadata(HideInGrids = true, Label = "Events")Recent channel binding related events (3039/3040/3041) for this DC.
public IReadOnlyList<RegistryEvidence> Evidence { get; set; } #ResultMetadata(HideInTables = true, HideInGrids = true, Label = "Registry Evidence")Registry evidence used to compute the channel binding posture.