OPCDA.NET-UA
NotifyUntrustedCertificate Delegate
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > UA_Wrapper Namespace : NotifyUntrustedCertificate Delegate

subjectName
Subject name of the invalid server certificate

Glossary Item Box

Notification handler for invalid server certificates

Syntax

Visual Basic (Declaration) 
Public Delegate Function NotifyUntrustedCertificate( _
   ByVal subjectName As String _
) As Integer
C# 
public delegate int NotifyUntrustedCertificate( 
   string subjectName
)

Parameters

subjectName
Subject name of the invalid server certificate

Return Value

Action code: 0=Accept the certificate for this session, 1=Accept permanently, -1=Reject the certificate

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2008/2012/2016, .NET 4.7.2

See Also

Copyright © 2020 Advosol Inc. All Rights Reserved.