ManagedAuthenticatedEncryptorConfiguration.EncryptionAlgorithmType Property

Definition

The type of the algorithm to use for symmetric encryption. The type must subclass SymmetricAlgorithm. This property is required to have a value.

public:
 property Type ^ EncryptionAlgorithmType { Type ^ get(); void set(Type ^ value); };
public Type EncryptionAlgorithmType { get; set; }
member this.EncryptionAlgorithmType : Type with get, set
Public Property EncryptionAlgorithmType As Type

Property Value

Remarks

The algorithm must support CBC-style encryption and PKCS#7 padding and must have a block size of 64 bits or greater. The default algorithm is AES.

Applies to