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