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
Method | Description |
---|---|
Equals(SharedPtr<Object>) override | |
Equals(SharedPtr<RSASignaturePadding>) override | |
get_Mode() const | Gets the padding mode. |
static get_Pkcs1() | RTTI information. |
static get_Pss() | Gets PSS mode. |
GetHashCode() const override | Analog of C# Object.GetHashCode() method. Enables hashing of custom objects. |
ToString() const override | Analog of C# Object.ToString() method. Enables converting custom objects to string. |
See Also
- Class IEquatable
- Namespace System::Security::Cryptography
- Library Aspose.TeX for C++