EasyUA Reference
Certificate Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > CertificateIdentifier Class : Certificate Property

Glossary Item Box

Gets or sets the actual certificate.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As CertificateIdentifier
Dim value As X509Certificate2
 
instance.Certificate = value
 
value = instance.Certificate
C# 
public X509Certificate2 Certificate {get; set;}

Property Value

The X509 certificate used by this instance.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.