Share via


WSSecurityTokenSerializer.GetTokenTypeUri(Type) メソッド

定義

指定した型のセキュリティ トークンの URI を取得します。

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

パラメーター

tokenType
Type

セキュリティ トークンの型。

戻り値

指定した型のセキュリティ トークンの URI。

適用対象