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

EnumerateCRLs() public method

Returns the CRLs in the store.
public EnumerateCRLs ( ) : List
return List
        public List<X509CRL> EnumerateCRLs()
        {
            return new List<X509CRL>();
        }

Same methods

CertificateIdentifierCollection::EnumerateCRLs ( X509Certificate2 issuer ) : List