RSAEncryptionPadding.Inequality 연산자

정의

지정된 두 RSAEncryptionPadding 개체가 다른지 여부를 나타냅니다.

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 op_Inequality : System.Security.Cryptography.RSAEncryptionPadding * System.Security.Cryptography.RSAEncryptionPadding -> bool
Public Shared Operator != (left As RSAEncryptionPadding, right As RSAEncryptionPadding) As Boolean

매개 변수

left
RSAEncryptionPadding

비교할 첫 번째 개체입니다.

right
RSAEncryptionPadding

비교할 두 번째 개체입니다.

반환

Boolean

leftright가 다르면 true이고, 그렇지 않으면 false입니다.

설명

개체와 OaepHashAlgorithm 속성 값이 같지 않으면 ModeRSAEncryptionPadding 개체가 같지 않습니다.

적용 대상