OPCDA.NET-UA
GetApplicationCertificate Method
See Also  Send Feedback
OpcDaNetUaOption.Net4 Assembly > Opc.Ua.ClientDA Namespace > ClientUtils Class : GetApplicationCertificate Method

cfgFilename

Glossary Item Box

Load the application certificate from the configured store.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetApplicationCertificate( _
   ByVal cfgFilename As String _
) As X509Certificate2
C# 
public static X509Certificate2 GetApplicationCertificate( 
   string cfgFilename
)

Parameters

cfgFilename

Return Value

Application certificate or null if not found.

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.