System::Security::Cryptography::RSAEncryptionPadding::GetHashCode method

RSAEncryptionPadding::GetHashCode method

Analog of C# Object.GetHashCode() method. Enables hashing of custom objects.

int System::Security::Cryptography::RSAEncryptionPadding::GetHashCode() const override

ReturnValue

Hash code value as calculated by corresponding class.

See Also