2 references to EncryptCbc
System.Security.Cryptography (1)
System\Security\Cryptography\SymmetricAlgorithm.cs (1)
845return EncryptCbc(new ReadOnlySpan<byte>(plaintext), new ReadOnlySpan<byte>(iv), paddingMode);
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Encrypt.cs (1)
202return alg.EncryptCbc(plaintext, alg.IV);