Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft