SessionSecurityTokenCacheKey.ToString Method

Definition

Overrides ToString() to provide a unique identifier.

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

Returns

The key in string form.

Remarks

If the IgnoreKeyGeneration is true, the KeyGeneration property is not used.

Applies to