AesCbc Class

Definition

public abstract class AesCbc : Microsoft.Azure.KeyVault.Cryptography.SymmetricEncryptionAlgorithm
type AesCbc = class
    inherit SymmetricEncryptionAlgorithm
Public MustInherit Class AesCbc
Inherits SymmetricEncryptionAlgorithm
Inheritance
Derived

Constructors

AesCbc(String)

Properties

Name (Inherited from Algorithm)

Methods

CreateDecryptor(Byte[], Byte[], Byte[], Byte[])
CreateEncryptor(Byte[], Byte[], Byte[])

Applies to