API Reference
Class
RodcPolicyEntry
Single RODC password replication policy entry.
Inheritance
- Object
- RodcPolicyEntry
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 RodcDenyGroupView.Items
- Property RodcDenyGroupView.Missing
- Property RodcRevealOnDemandView.Items
- Property RodcRevealPoliciesView.Items
- Property CompositeView.MissingNeverReveal
- Property CompositeView.RevealOnDemand
- Property CompositeView.Rodcs
- Property RodcPolicySnapshot.Rodcs
Accepted by parameters
- Constructor RodcDenyGroupView.RodcDenyGroupView
- Constructor RodcDenyGroupView.RodcDenyGroupView
- Method RodcDenyGroupView.Deconstruct
- Method RodcDenyGroupView.Deconstruct
- Constructor RodcRevealOnDemandView.RodcRevealOnDemandView
- Method RodcRevealOnDemandView.Deconstruct
- Constructor RodcRevealPoliciesView.RodcRevealPoliciesView
- Method RodcRevealPoliciesView.Deconstruct
- Constructor CompositeView.CompositeView
- Constructor CompositeView.CompositeView
- Constructor CompositeView.CompositeView
Constructors
public RodcPolicyEntry() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DomainName { get; set; } #DNS name of the domain that owns the RODC.
public String DnsHostName { get; set; } #Fully qualified DNS host name of the RODC computer account.
public String ComputerDn { get; set; } #Distinguished name (DN) of the RODC computer object.
public String RevealOnDemandGroupDn { get; set; } #DN of the group configured in msDS-RevealOnDemandGroup, if any. Members can be cached on the RODC on demand.
public String NeverRevealGroupDn { get; set; } #DN of the group configured in msDS-NeverRevealGroup, if any. Members of this group must never be cached on the RODC.