WSSecurityTokenSerializer.GetTokenTypeUri(Type) Método

Definición

Obtiene el identificador URI del token de seguridad del tipo especificado.

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

Parámetros

tokenType
Type

Tipo del token de seguridad.

Devoluciones

El identificador URI del token de seguridad del tipo especificado.

Se aplica a