IssuedSecurityTokenParameters.ToString Method

Definition

Displays a text representation of this instance of the class.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A text representation of this instance of this class.

Remarks

The method displays the name of this class, TokenType, KeyType, KeySize, IssuerAddress, IssuerMetadataAddress, IssuerBinding (if not null) and binding elements, and ClaimTypeRequirements (if not 0).

Applies to