WSSecurityTokenSerializer.GetTokenTypeUri(Type) Metodo

Definizione

Ottiene l'URI del token di sicurezza del tipo specificato.

protected public:
 virtual System::String ^ GetTokenTypeUri(Type ^ tokenType);
protected internal virtual string GetTokenTypeUri (Type tokenType);
abstract member GetTokenTypeUri : Type -> string
override this.GetTokenTypeUri : Type -> string
Protected Friend Overridable Function GetTokenTypeUri (tokenType As Type) As String

Parametri

tokenType
Type

Tipo di token di sicurezza.

Restituisce

L'URI del token di sicurezza del tipo specificato.

Si applica a