VssTokenStorage.SetTokenSecret, méthode
Espace de noms : Microsoft.VisualStudio.Services.Common.TokenStorage
Assembly : Microsoft.VisualStudio.Services.Common (dans Microsoft.VisualStudio.Services.Common.dll)
Syntaxe
'Déclaration
Public MustOverride Function SetTokenSecret ( _
token As VssToken, _
tokenValue As String _
) As Boolean
public abstract bool SetTokenSecret(
VssToken token,
string tokenValue
)
Paramètres
- tokenValue
Type : System.String
Valeur de retour
Type : System.Boolean
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