public byte[]? Secret { get; set; }Public Property Secret As Byte()
Get
Setpublic:
property array<unsigned char>^ Secret {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}function get_Secret();
function set_Secret(value);