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

certificate
The certificate
accountName
Windows user account name.

Glossary Item Box

Add the specified user account to the certificate private key read access permissions.

Syntax

Visual Basic (Declaration) 
Public Shared Sub CertificateAddAccount( _
   ByVal certificate As X509Certificate2, _
   ByVal accountName As String _
) 
C# 
public static void CertificateAddAccount( 
   X509Certificate2 certificate,
   string accountName
)

Parameters

certificate
The certificate
accountName
Windows user account name.

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.