public byte[] Certificate { get; }
Public ReadOnly Property Certificate As Byte()
Get
public:
virtual property array<unsigned char>^ Certificate {
array<unsigned char>^ get () sealed;
}
abstract Certificate : byte[] with get
override Certificate : byte[] with get