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

Glossary Item Box

A store where invalid certificates can be placed for later review by the administrator.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As SecurityConfiguration
Dim value As CertificateStoreIdentifier
 
instance.RejectedCertificateStore = value
 
value = instance.RejectedCertificateStore
C# 
[DataMemberAttribute(EmitDefaultValue=false, Order=7)]
public CertificateStoreIdentifier RejectedCertificateStore {get; set;}

Property Value

A store where invalid certificates can be placed for later review by the administrator.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.