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