Leadtools.Dicom.Common.DataTypes Namespace > DigitalSignature Class : CertificateOfSigner Property |
[ElementAttribute()] public byte[] CertificateOfSigner {get; set;}
'Declaration <ElementAttribute()> Public Property CertificateOfSigner As Byte()
'Usage Dim instance As DigitalSignature Dim value() As Byte instance.CertificateOfSigner = value value = instance.CertificateOfSigner
[ElementAttribute()] public: property array<byte>^ CertificateOfSigner { array<byte>^ get(); void set ( array<byte>^ value); }