PolicyType Enumeration

Microsoft Robotics Class Reference

Policy Type

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

Syntax

[XmlRootAttribute(Namespace = "https://schemas.microsoft.com/robotics/2008/02/securitymanager.html", 
    ElementName = "PolicyType")]
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/robotics/2008/02/securitymanager.html")]
public enum PolicyType

Members

Member name Value Description
Unknown 0 Unknown
Path 1 Policy defined by service path
Contract 2 Policy defined by service contract
Role 3 Policy defined in a security role

See Also

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