RSAEncryptionPadding.ToString Method

Definition

Returns the string representation of the current RSAEncryptionPadding instance.

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

Returns

The string representation of the current object.

Remarks

The string representation of a RSAEncryptionPadding object is the concatenation of its Mode and OaepHashAlgorithm.Name properties.

Applies to