←Select platform

Message Property

Summary

Gets or sets a friendly string that corresponds to the DicomSecurityCertificateExceptionCode error code that occurs during the certificate exchange/verification phase of TLS DICOM Security negotiation.

Syntax
C#
VB
C++
public override string Message { get; } 
Public Overrides ReadOnly Property Message() As String 
   Get 
public:  
   virtual property String^ Message 
   { 
      String^ get() override 
   } 

Property Value

A friendly string that corresponds to the DicomSecurityCertificateExceptionCode error code that occurs during the certificate exchange/verification phase of TLS DICOM Security negotiation.

Remarks

A DicomSecurityCertificateException is returned in the OnVerify callback.

The Message of the DicomSecurityCertificateException is a friendly string that corresponds to the DicomSecurityCertificateExceptionCode error code that occurs during the certificate exchange/verification phase of TLS DICOM Security negotiation.

Example

For an example, refer to OnVerify.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.