命名空间: Microsoft.VisualStudio.Services.Security
程序集: Microsoft.VisualStudio.Services.WebApi(在 Microsoft.VisualStudio.Services.WebApi.dll 中)
语法
声明
Public Sub New ( _
namespaceId As Guid, _
name As String, _
displayName As String, _
databaseCategory As String, _
separatorValue As Char, _
elementLength As Integer, _
structure As Integer, _
writePermission As Integer, _
readPermission As Integer, _
actions As List(Of ActionDefinition), _
extensionType As String _
)
public SecurityNamespaceDescription(
Guid namespaceId,
string name,
string displayName,
string databaseCategory,
char separatorValue,
int elementLength,
int structure,
int writePermission,
int readPermission,
List<ActionDefinition> actions,
string extensionType
)
参数
- namespaceId
类型:System.Guid
- name
类型:System.String
- displayName
类型:System.String
- databaseCategory
类型:System.String
- separatorValue
类型:System.Char
- elementLength
类型:System.Int32
- structure
类型:System.Int32
- writePermission
类型:System.Int32
- readPermission
类型:System.Int32
- actions
类型:System.Collections.Generic.List<ActionDefinition>
- extensionType
类型:System.String
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。
请参阅
参考
SecurityNamespaceDescription 类