EasyUA Reference
GetApplicationCertificate Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > ConfigUtils Class : GetApplicationCertificate Method

cfgFilename

Glossary Item Box

Load the application certificate from the configured store.

Syntax

Visual Basic (Usage)Copy Code
Dim cfgFilename As String
Dim value As X509Certificate2
 
value = ConfigUtils.GetApplicationCertificate(cfgFilename)
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 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.