Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Security token for the workspace namespace that uses the security service.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName := "SecurityToken", _
Direction := ClientPropertySerialization.ServerToClientOnly)> _
Public Property SecurityToken As String
[ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "SecurityToken",
Direction = ClientPropertySerialization.ServerToClientOnly)]
public string SecurityToken { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, ClientVisibility::Private, PropertyName = L"SecurityToken",
Direction = ClientPropertySerialization::ServerToClientOnly)]
public:
property String^ SecurityToken {
String^ get ();
void set (String^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, ClientVisibility.Private, PropertyName = "SecurityToken",
Direction = ClientPropertySerialization.ServerToClientOnly)>]
member SecurityToken : string with get, set
function get SecurityToken () : String
function set SecurityToken (value : String)
Property Value
Type: System.String
Returns String.
.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.