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