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