RSAEncryptionPadding::ToString Method ()

 

Returns the string representation of the current RSAEncryptionPadding instance.

Namespace:   System.Security.Cryptography
Assembly:  mscorlib (in mscorlib.dll)

public:
virtual String^ ToString() override

Return Value

Type: System::String^

The string representation of the current object.

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

.NET Framework
Available since 4.6
Return to top
Show: