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。

適用於