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; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also