Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
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); }