1 write to _mode
System.Security.Cryptography (1)
System\Security\Cryptography\RSASignaturePadding.cs (1)
25_mode = mode;
5 references to _mode
System.Security.Cryptography (5)
System\Security\Cryptography\RSASignaturePadding.cs (5)
49get { return _mode; } 54return _mode.GetHashCode(); 64return other is not null && _mode == other._mode; 84return _mode.ToString();