C#
VB
C++
Gets or sets a DicomSecurityCertificateExceptionCode error code that occurs during the certificate exchange/verification phase of TLS DICOM Security negotiation.
public DicomSecurityCertificateExceptionCode Code { get; set; }
Public Property Code() As DicomSecurityCertificateExceptionCode
Get
Set
public:
property DicomSecurityCertificateExceptionCode^ Code
{
DicomSecurityCertificateExceptionCode^ get()
void set(DicomSecurityCertificateExceptionCode^ value)
}
A DicomSecurityCertificateExceptionCode error code that occurs during the certificate exchange/verification phase of TLS DICOM Security negotiation.
A DicomSecurityCertificateException is returned in the OnVerify callback.
The DicomSecurityCertificateExceptionCode of the DicomSecurityCertificateException indicates success or the specific reason for failure during the certificate exchange/verification phase of TLS DICOM Security negotiation.
For an example, refer to OnVerify.
DicomSecurityCertificateException Class