System.Security.Cryptography.X509Certificates.X509Certificate2Collection.RemoveRange C# (CSharp) Method

RemoveRange() public method

public RemoveRange ( System certificates ) : void
certificates System
return void
        public void RemoveRange(System.Security.Cryptography.X509Certificates.X509Certificate2[] certificates)
        {
        }

Same methods

X509Certificate2Collection::RemoveRange ( X509Certificate2 certificates ) : void
X509Certificate2Collection::RemoveRange ( X509Certificate2Collection certificates ) : void