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

SetAccessRules() public method

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

Same methods

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