IssuedSecurityTokenParameters.ToString 方法

定义

显示该类实例的文本表示形式。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

返回

String

该类实例的文本表示形式。A text representation of this instance of this class.

注解

该方法显示此类的名称、TokenTypeKeyTypeKeySizeIssuerAddressIssuerMetadataAddressIssuerBinding(如果不是 null)和绑定元素,以及 ClaimTypeRequirements(如果不是 0)。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).

适用于