IsSubsetOf Method
Microsoft Robotics Class Reference
Determines whether the current permission instance is a subset of the specified permission instance.
Namespace: Microsoft.Dss.Core.Permissions
Assembly: Microsoft.Dss.Base (in Microsoft.Dss.Base.dll) Version: 4.0.261.0 (4.0.261.0)
Syntax
public override bool IsSubsetOf(
IPermission target
)
Parameters
- target
Type: System.Security. . :: . .IPermission
The second DssNetworkPermission instance to be tested for the subset relationship.
Return Value
Field Value
false if the current instance is unrestricted and target is either a null reference or unrestricted; otherwise,
Field Value
true.
Implements
IPermission. . :: . .IsSubsetOf(IPermission)