public byte[]? Certificate { get; set; }Public Property Certificate As Byte()
Get
Setpublic:
property array<unsigned char>^ Certificate {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}member Certificate : byte[] with get, set