Certificate *.pfx file
Namespace: mtapi.mt5Assembly: mt5api (in mt5api.dll) Version: 5.3677.1.2
Syntax public byte[] PfxFile { get; set; }
Public Property PfxFile As Byte()
Get
Set
public:
property array<unsigned char>^ PfxFile {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
member PfxFile : byte[] with get, set
Property Value
ByteSee Also