The dimension of the encryption key.
| C# | Visual Basic | Visual C++ |
public EncryptionKeySize KeySize { get; set; }
Public Property KeySize As EncryptionKeySize
public: property EncryptionKeySize KeySize { EncryptionKeySize get (); void set (EncryptionKeySize value); }