API Reference
Class
View (NtlmRestrictionsPolicyService)
Aggregated view of NTLM restriction policy (sending/receiving) with attribution.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public Nullable<UInt32> RestrictSending { get; set; } #Restrict NTLM: Outgoing NTLM traffic to remote servers (RestrictSendingNTLMTraffic).
public Nullable<UInt32> RestrictReceiving { get; set; } #Restrict NTLM: Incoming NTLM traffic (RestrictReceivingNTLMTraffic).
public IReadOnlyList<PolicyAttribution> Attribution { get; set; } #ResultMetadataPolicy Attribution rows for both values.