RSAEncryptionPadding.Equality Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether two specified RSAEncryptionPadding objects are equal.
public:
static bool operator ==(System::Security::Cryptography::RSAEncryptionPadding ^ left, System::Security::Cryptography::RSAEncryptionPadding ^ right);
public static bool operator == (System.Security.Cryptography.RSAEncryptionPadding? left, System.Security.Cryptography.RSAEncryptionPadding? right);
public static bool operator == (System.Security.Cryptography.RSAEncryptionPadding left, System.Security.Cryptography.RSAEncryptionPadding right);
static member ( = ) : System.Security.Cryptography.RSAEncryptionPadding * System.Security.Cryptography.RSAEncryptionPadding -> bool
Public Shared Operator == (left As RSAEncryptionPadding, right As RSAEncryptionPadding) As Boolean
Parameters
- left
- RSAEncryptionPadding
The first object to compare.
- right
- RSAEncryptionPadding
The second object to compare.
Returns
true
if left
and right
are equal; otherwise, false
.
Remarks
Two RSAEncryptionPadding objects are equal if their Mode and OaepHashAlgorithm property values are equal.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.