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 のセキュリティに関する一般的な情報は、 プロジェクトのサーバー セキュリティの概要を参照してください。セキュリティ クラスのメソッドを使用する方法で、PSI のセキュリティ メソッドを使用してを参照してください。カスタム アクセス許可を作成するを参照してくださいチュートリアル: カスタム Project Server 権限の作成と使用

スレッド セーフ

この型のパブリック static (Visual Basic のShared ) メンバーはいずれもスレッド セーフです。インスタンス メンバーはスレッド セーフになるという保証はありません。

関連項目

参照先

Security メンバー

WebSvcSecurity 名前空間