VssServiceIdentityToken Constructor
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Sub New ( _
token As String _
)
public VssServiceIdentityToken(
string token
)
public:
VssServiceIdentityToken(
String^ token
)
new :
token:string -> VssServiceIdentityToken
public function VssServiceIdentityToken(
token : String
)
Parameters
- token
Type: System.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.