1 write to _mode
System.Security.Cryptography (1)
System\Security\Cryptography\RSAEncryptionPadding.cs (1)
58_mode = mode;
5 references to _mode
System.Security.Cryptography (5)
System\Security\Cryptography\RSAEncryptionPadding.cs (5)
78get { return _mode; } 94return CombineHashCodes(_mode.GetHashCode(), _oaepHashAlgorithm.GetHashCode()); 111&& _mode == other._mode 132return _mode.ToString() + _oaepHashAlgorithm.Name;