4 overrides of Mode
System.Security.Cryptography (4)
artifacts\obj\System.Security.Cryptography\Debug\net10.0\System.Security.Cryptography.notsupported.cs (4)
123
public override System.Security.Cryptography.CipherMode
Mode
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
169
public override System.Security.Cryptography.CipherMode
Mode
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
2372
public override System.Security.Cryptography.CipherMode
Mode
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
3274
public override System.Security.Cryptography.CipherMode
Mode
{ get { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } set { throw new System.PlatformNotSupportedException(System.SR.SystemSecurityCryptography_PlatformNotSupported); } }
8 writes to Mode
Microsoft.AspNetCore.DataProtection (1)
Managed\ManagedAuthenticatedEncryptor.cs (1)
148
retVal.
Mode
= CipherMode.CBC;
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.cs (1)
204
alg.
Mode
= CipherMode.CBC;
System.Security.Cryptography.Xml (6)
System\Security\Cryptography\Xml\EncryptedXml.cs (4)
681
symmetricAlgorithm.
Mode
= _mode;
690
symmetricAlgorithm.
Mode
= origMode;
747
symmetricAlgorithm.
Mode
= _mode;
756
symmetricAlgorithm.
Mode
= origMode;
System\Security\Cryptography\Xml\SymmetricKeyWrap.cs (2)
136
aes.
Mode
= CipherMode.ECB;
199
aes.
Mode
= CipherMode.ECB;
2 references to Mode
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\EncryptedXml.cs (2)
675
CipherMode origMode = symmetricAlgorithm.
Mode
;
729
CipherMode origMode = symmetricAlgorithm.
Mode
;