AesCryptoServiceProvider.KeySize 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.
Gets or sets the size, in bits, of the secret key.
public:
virtual property int KeySize { int get(); void set(int value); };
public override int KeySize { get; set; }
public override int KeySize { get; [System.Security.SecurityCritical] set; }
member this.KeySize : int with get, set
[<set: System.Security.SecurityCritical>]
member this.KeySize : int with get, set
Public Overrides Property KeySize As Integer
Property Value
The size, in bits, of the key.
- Attributes
Remarks
For AES, the legal key sizes are 128, 192, and 256 bits.
Changing the KeySize
value resets the key and generates a new random key. This happens whenever the KeySize
property setter is invoked (including when it's assigned the same value).
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.