ManagedAuthenticatedEncryptorConfiguration.EncryptionAlgorithmType 属性

定义

用于对称加密的算法的类型。 类型必须子类 SymmetricAlgorithm。 此属性必须具有值。

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

属性值

注解

该算法必须支持 CBC 样式的加密和 PKCS#7 填充,并且必须具有 64 位或更大的块大小。 默认算法为 AES。

适用于