OPC Studio User's Guide and Reference
InstanceCertificatePrivateKeyPasswordDictionary Property (_UAClientServerApplicationParameters)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine.ComTypes Namespace > _UAClientServerApplicationParameters Interface : InstanceCertificatePrivateKeyPasswordDictionary Property
Dictionary of passwords for the private keys of instance certificates, keyed by the certificate sub-id.
Syntax
'Declaration
 
<ElementsNotNullAttribute()>
<NotNullAttribute()>
Property InstanceCertificatePrivateKeyPasswordDictionary As StringStringDictionary
 
'Usage
 
Dim instance As _UAClientServerApplicationParameters
Dim value As StringStringDictionary
 
instance.InstanceCertificatePrivateKeyPasswordDictionary = value
 
value = instance.InstanceCertificatePrivateKeyPasswordDictionary
Remarks

CAUTION: When this object is serialized, the passwords are persisted with it, in the plain text.

In order to obtain or modify this parameter, access the OpcLabs.EasyOpc.UA.Application.EasyUAApplicationCore.ApplicationParameters property of static EasyUAApplication.Instance.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also