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

GetAccessRules() public method

Returns the access rules that are currently applied to the store.
public GetAccessRules ( ) : IList
return IList
        public IList<ApplicationAccessRule> GetAccessRules()
        {
            throw new NotImplementedException();
        }

Same methods

CertificateIdentifierCollection::GetAccessRules ( string thumbprint ) : IList