次の方法で共有


SecurityNamespaceDescription コンストラクター

SecurityNamespaceDescription クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.TeamFoundation.Framework.Client
アセンブリ:  Microsoft.TeamFoundation.Client (Microsoft.TeamFoundation.Client.dll 内)

構文

'宣言
Public Sub New ( _
    namespaceId As Guid, _
    name As String, _
    displayName As String, _
    databaseCategory As String, _
    separatorValue As Char, _
    elementLength As Integer, _
    structure As SecurityNamespaceStructure, _
    writePermission As Integer, _
    readPermission As Integer, _
    actions As IEnumerable(Of ActionDefinition) _
)
public SecurityNamespaceDescription(
    Guid namespaceId,
    string name,
    string displayName,
    string databaseCategory,
    char separatorValue,
    int elementLength,
    SecurityNamespaceStructure structure,
    int writePermission,
    int readPermission,
    IEnumerable<ActionDefinition> actions
)

パラメーター

  • databaseCategory
    型 : System.String
    この SecurityNamespace のセキュリティ情報が格納されるかを記述するデータベースのカテゴリ。
  • separatorValue
    型 : System.Char
    セキュリティ トークンを区切る文字を指定します。区分線の場合は、に null を指定しないでください。
  • elementLength
    型 : System.Int32
    この名前空間のセキュリティ トークンの文字の長さを指定します。セキュリティ トークンの文字の長さ -1 が変更されたかどうかを指定します。
  • writePermission
    型 : System.Int32
    この SecurityNamespace のセキュリティのデータを変更するユーザーが必要とするアクセス許可の bit。
  • readPermission
    型 : System.Int32
    この SecurityNamespace のセキュリティのデータを読み取るために、ユーザーから要求されるアクセス許可の bit。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

SecurityNamespaceDescription クラス

Microsoft.TeamFoundation.Framework.Client 名前空間