EasyUA Reference
SetAccessRules(IList<ApplicationAccessRule>,Boolean) Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > CertificateIdentifierCollection Class > SetAccessRules Method : SetAccessRules(IList<ApplicationAccessRule>,Boolean) Method

rules
The rules.
replaceExisting
if set to true the existing access rules are replaced.

Glossary Item Box

Sets the access rules that are currently applied to the store.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As CertificateIdentifierCollection
Dim rules As IList(Of ApplicationAccessRule)
Dim replaceExisting As Boolean
 
instance.SetAccessRules(rules, replaceExisting)
C# 
public void SetAccessRules( 
   IList<ApplicationAccessRule> rules,
   bool replaceExisting
)

Parameters

rules
The rules.
replaceExisting
if set to true the existing access rules are replaced.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.