2 references to DecryptCbc
System.Security.Cryptography (1)
System\Security\Cryptography\SymmetricAlgorithm.cs (1)
690return DecryptCbc(new ReadOnlySpan<byte>(ciphertext), new ReadOnlySpan<byte>(iv), paddingMode);
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Decrypt.cs (1)
171return alg.DecryptCbc(encryptedContent.Span, alg.IV);