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