'Declaration
<NotNullAttribute()> Public Property Keys As Byte()
'Usage
Dim instance As SecurityKeysInfo Dim value() As Byte instance.Keys = value value = instance.Keys
[NotNull()] public byte[] Keys {get; set;}
[NotNull()] public: property array<byte>^ Keys { array<byte>^ get(); void set ( array<Byte[]^>^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).