EasyUA Reference
CreateApplicationCertificate(String) Method
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > ConfigUtils Class > CreateApplicationCertificate Method : CreateApplicationCertificate(String) Method

cfgFilename
The path name of the UA configuration file.

Glossary Item Box

Creates a default application certificate in the store according the application configuration

Syntax

Visual Basic (Usage)Copy Code
Dim cfgFilename As String
Dim value As X509Certificate2
 
value = ConfigUtils.CreateApplicationCertificate(cfgFilename)
C# 
public static X509Certificate2 CreateApplicationCertificate( 
   string cfgFilename
)

Parameters

cfgFilename
The path name of the UA configuration file.

Return Value

The created certificate for information purposes.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.