'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Public Property Keys As Byte()
'Usage
Dim instance As SecurityKeysInfo Dim value() As Byte instance.Keys = value value = instance.Keys
[ElementsNotNull()] [NotNull()] public byte[] Keys {get; set;}
[ElementsNotNull()] [NotNull()] public: property array<byte>^ Keys { array<byte>^ get(); void set ( array<Byte[]^>^ value); }