SamlAssertionKeyIdentifierClause.ToString Method

Definition

Returns a String that includes the SAML assertion identifier that represents the current key identifier clause.

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

Returns

A String that includes the SAML assertion identifier that represents the current SamlAssertionKeyIdentifierClause instance.

Applies to