CngGcmAuthenticatedEncryptorConfiguration.EncryptionAlgorithmKeySize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The length (in bits) of the key that will be used for symmetric encryption. This property is required to have a value.
public:
property int EncryptionAlgorithmKeySize { int get(); void set(int value); };
public int EncryptionAlgorithmKeySize { get; set; }
member this.EncryptionAlgorithmKeySize : int with get, set
Public Property EncryptionAlgorithmKeySize As Integer
Property Value
Remarks
The key length must be 128 bits or greater. The default value is 256.