RsaSecurityTokenHandler.GetTokenTypeIdentifiers Method

Definition

Gets the RSA Security Token type (URI) as defined in the WS-Security Token profile.

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

Returns

String[]

The RSA Security Token type URI.

Applies to