System::Security::Cryptography::RSASignaturePadding class

RSASignaturePadding class

Padding mode and parameters for RSA signature creation or verification operations.

class RSASignaturePadding : public System::IEquatable<SharedPtr<RSASignaturePadding>>

Methods

MethodDescription
Equals(SharedPtr<Object>) override
Equals(SharedPtr<RSASignaturePadding>) override
get_Mode() constGets the padding mode.
static get_Pkcs1()RTTI information.
static get_Pss()Gets PSS mode.
GetHashCode() const overrideAnalog of C# Object.GetHashCode() method. Enables hashing of custom objects.
ToString() const overrideAnalog of C# Object.ToString() method. Enables converting custom objects to string.

See Also