QueryPathPolicy Class

Microsoft Robotics Class Reference

Query 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 QueryPathPolicy : Query<PathPermission, DsspResponsePort<PathPermission>>

Remarks

This only find permissions specified directly by path. It does not find 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. . :: . .Query< (Of < ( <'PathPermission, DsspResponsePort< (Of < ( <'PathPermission> ) > ) >> ) > ) >
        Microsoft.Dss.Services.Security.Manager.Proxy..::..QueryPathPolicy

See Also

QueryPathPolicy Members

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