VssToken, constructeur
Espace de noms : Microsoft.VisualStudio.Services.Common.TokenStorage
Assembly : Microsoft.VisualStudio.Services.Common (dans Microsoft.VisualStudio.Services.Common.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
kind As String, _
resource As String, _
userName As String, _
type As String, _
tokenValue As String _
)
protected VssToken(
string kind,
string resource,
string userName,
string type,
string tokenValue
)
Paramètres
- kind
Type : System.String
- resource
Type : System.String
- userName
Type : System.String
- type
Type : System.String
- tokenValue
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Services.Common.TokenStorage, espace de noms