OAuthHandler<TOptions>.FormatScope Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
FormatScope() |
Mettez en forme la Scope propriété . |
FormatScope(IEnumerable<String>) |
Mettez en forme une liste d’étendues OAuth. |
FormatScope()
- Source:
- OAuthHandler.cs
- Source:
- OAuthHandler.cs
- Source:
- OAuthHandler.cs
Mettez en forme la Scope propriété .
protected:
virtual System::String ^ FormatScope();
protected virtual string FormatScope ();
abstract member FormatScope : unit -> string
override this.FormatScope : unit -> string
Protected Overridable Function FormatScope () As String
Retours
Étendues mises en forme.
Remarques
Les sous-classes doivent plutôt remplacer FormatScope(IEnumerable<String>).
S’applique à
FormatScope(IEnumerable<String>)
- Source:
- OAuthHandler.cs
- Source:
- OAuthHandler.cs
- Source:
- OAuthHandler.cs
Mettez en forme une liste d’étendues OAuth.
protected:
virtual System::String ^ FormatScope(System::Collections::Generic::IEnumerable<System::String ^> ^ scopes);
protected virtual string FormatScope (System.Collections.Generic.IEnumerable<string> scopes);
abstract member FormatScope : seq<string> -> string
override this.FormatScope : seq<string> -> string
Protected Overridable Function FormatScope (scopes As IEnumerable(Of String)) As String
Paramètres
- scopes
- IEnumerable<String>
Liste des étendues.
Retours
Étendues mises en forme.