共用方式為


Security 類別

包含用於檢查使用者的權限及管理安全性群組、 範本、 類別及組織 in 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 權限

執行緒安全

這類型的任何公用 static (共用 於 Visual Basic 中) 成員是安全執行緒。不保證任何執行個體成員都是安全執行緒。

請參閱

參照

Security 成員

WebSvcSecurity 命名空間