WorkspaceInfo.SecurityToken Property
The security token for the workspace's access control list in the workspace security namespace.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public ReadOnly Property SecurityToken As String
public string SecurityToken { get; }
public:
property String^ SecurityToken {
String^ get ();
}
member SecurityToken : string with get
function get SecurityToken () : String
Property Value
Type: System.String
The security token.
.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.