MediaAccessControl.IPAllowList 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.
The IP allow list for access control in Key Delivery. If the default action is set to 'Allow', the IP allow list must be empty.
public System.Collections.Generic.IList<System.Net.IPAddress> IPAllowList { get; }
member this.IPAllowList : System.Collections.Generic.IList<System.Net.IPAddress>
Public ReadOnly Property IPAllowList As IList(Of IPAddress)