C#
VB
C++
Gets or sets the certificate of signer.
[Element(DicomTag.CertificateOfSigner)]
public byte[] CertificateOfSigner { get; set; }
<Leadtools.Dicom.Common.Extensions.ElementAttribute()>
Public Property CertificateOfSigner As Byte()
[Leadtools.Dicom.Common.Extensions.ElementAttribute()]
public:
property array<byte>^ CertificateOfSigner {
array<byte>^ get();
void set ( array<byte>^ );
}
The certificate of signer.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET