Opc.Ua.CertificateIdentifierCollection.SetAccessRules C# (CSharp) Method

SetAccessRules() public method

Sets the access rules that are currently applied to the store.
public SetAccessRules ( IList rules, bool replaceExisting ) : void
rules IList The rules.
replaceExisting bool if set to true the existing access rules are replaced.
return void
        public void SetAccessRules(IList<ApplicationAccessRule> rules, bool replaceExisting)
        {
            throw new NotImplementedException();
        }

Same methods

CertificateIdentifierCollection::SetAccessRules ( string thumbprint, IList rules, bool replaceExisting ) : void