Security 类
包含用于检查用户权限和管理安全组、 模板、 类别和 Project Server 中的组织权限的方法。
继承层次结构
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Web.Services.Protocols.WebClientProtocol
System.Web.Services.Protocols.HttpWebClientProtocol
System.Web.Services.Protocols.SoapHttpClientProtocol
WebSvcSecurity.Security
命名空间: WebSvcSecurity
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
<WebServiceBindingAttribute(Name := "SecuritySoap", Namespace := "https://schemas.microsoft.com/office/project/server/webservices/Security/")> _
Public Class Security _
Inherits SoapHttpClientProtocol
用法
Dim instance As Security
[WebServiceBindingAttribute(Name = "SecuritySoap", Namespace = "https://schemas.microsoft.com/office/project/server/webservices/Security/")]
public class Security : SoapHttpClientProtocol
备注
有关 Project Server 安全性的一般信息,请参阅Project Server 安全性入门。若要了解如何使用安全类方法,请参阅使用 PSI 中的安全措施。若要创建自定义权限,请参阅演练: 创建和使用自定义 Project Server 权限。
线程安全性
该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。