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

See Also

Reference

WorkspaceInfo Class

Microsoft.TeamFoundation.VersionControl.Client Namespace