PublicTokenTable Constructor
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
acls As IEnumerable(Of AccessControlList), _
separator As Char _
)
public PublicTokenTable(
IEnumerable<AccessControlList> acls,
char separator
)
public:
PublicTokenTable(
IEnumerable<AccessControlList^>^ acls,
wchar_t separator
)
new :
acls:IEnumerable<AccessControlList> *
separator:char -> PublicTokenTable
public function PublicTokenTable(
acls : IEnumerable<AccessControlList>,
separator : char
)
Parameters
- separator
Type: System.Char
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.