Opc.Ua.CertificateIdentifierCollection.GetAccessRules C# (CSharp) 메소드

GetAccessRules() 공개 메소드

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

Same methods

CertificateIdentifierCollection::GetAccessRules ( string thumbprint ) : IList