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
)
パラメーター
- namespaceId
型 : System.Guid
SecurityNamespaceGuid です。
- name
型 : System.String
ローカライズされない SecurityNamespaceの名前。
- displayName
型 : System.String
ローカライズされた SecurityNamespaceの表示名。
- databaseCategory
型 : System.String
この SecurityNamespace のセキュリティ情報が格納されるかを記述するデータベースのカテゴリ。
- separatorValue
型 : System.Char
セキュリティ トークンを区切る文字を指定します。区分線の場合は、に null を指定しないでください。
- elementLength
型 : System.Int32
この名前空間のセキュリティ トークンの文字の長さを指定します。セキュリティ トークンの文字の長さ -1 が変更されたかどうかを指定します。
- structure
型 : Microsoft.TeamFoundation.Framework.Common.SecurityNamespaceStructure
トークンの編成にこの SecurityNamespace で使用される構造体。
- writePermission
型 : System.Int32
この SecurityNamespace のセキュリティのデータを変更するユーザーが必要とするアクセス許可の bit。
- readPermission
型 : System.Int32
この SecurityNamespace のセキュリティのデータを読み取るために、ユーザーから要求されるアクセス許可の bit。
- actions
型 : System.Collections.Generic.IEnumerable<ActionDefinition>
この SecurityNamespace を保護する必要があるアクションのリスト。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。