RemovePathPolicy Class

Microsoft Robotics Class Reference

Remove permissions for a service path

Namespace: Microsoft.Dss.Services.Security.Manager.Proxy
Assembly: Microsoft.Dss.Runtime.Proxy (in Microsoft.Dss.Runtime.Proxy.dll) Version: 4.0.261.0

Syntax

[XmlTypeAttribute(IncludeInSchema = false)]
public class RemovePathPolicy : Delete<PathPermission, DsspResponsePort<DefaultDeleteResponseType>>

Remarks

This only removes permissions specified directly by path. It does not change permissions granted through security roles, or permissions inherited from the parent path

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Dss.ServiceModel.Dssp. . :: . .DsspOperation
    Microsoft.Dss.ServiceModel.Dssp. . :: . .DsspOperation< (Of < ( <'TBody, TResponse> ) > ) >
      Microsoft.Dss.ServiceModel.Dssp. . :: . .Delete< (Of < ( <'PathPermission, DsspResponsePort< (Of < ( <'DefaultDeleteResponseType> ) > ) >> ) > ) >
        Microsoft.Dss.Services.Security.Manager.Proxy..::..RemovePathPolicy

See Also

RemovePathPolicy Members

Microsoft.Dss.Services.Security.Manager.Proxy Namespace