KeyProperties.KeySize Property

Definition

Gets the key size in bits for keys. For example: 128, 192, or 256 for AES keys.

public int? KeySize { get; }
member this.KeySize : Nullable<int>
Public ReadOnly Property KeySize As Nullable(Of Integer)

Property Value

Applies to