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

EnumerateCRLs() 공개 메소드

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

Same methods

CertificateIdentifierCollection::EnumerateCRLs ( X509Certificate2 issuer ) : List