SamlSecurityTokenHandler.GetTokenTypeIdentifiers Method

Definition

Gets the token type identifier(s) supported by this handler.

public:
 override cli::array <System::String ^> ^ GetTokenTypeIdentifiers();
public override string[] GetTokenTypeIdentifiers ();
override this.GetTokenTypeIdentifiers : unit -> string[]
Public Overrides Function GetTokenTypeIdentifiers () As String()

Returns

String[]

An array of strings that contains the token type identifier(s) supported by this handler.

Applies to