Gets or sets the encryption key size (null indicates default key size).
Namespace:
Rebex.Security
Assembly:
Rebex.Security (in Rebex.Security.dll)
Syntax
| Visual Basic |
|---|
Public Property EncryptionKeySize As Nullable(Of Integer) Get Set |
| C# |
|---|
public Nullable<int> EncryptionKeySize { get; set; } |