X509CertificateCollection Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the X509CertificateCollection class.
X509CertificateCollection() |
Initializes a new instance of the X509CertificateCollection class. |
X509CertificateCollection(X509Certificate[]) |
Initializes a new instance of the X509CertificateCollection class from an array of X509Certificate objects. |
X509CertificateCollection(X509CertificateCollection) |
Initializes a new instance of the X509CertificateCollection class from another X509CertificateCollection. |
- Source:
- X509CertificateCollection.cs
- Source:
- X509CertificateCollection.cs
- Source:
- X509CertificateCollection.cs
Initializes a new instance of the X509CertificateCollection class.
public:
X509CertificateCollection();
public X509CertificateCollection();
Public Sub New ()
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 1.3, 1.4, 1.6, 2.0, 2.1 |
- Source:
- X509CertificateCollection.cs
- Source:
- X509CertificateCollection.cs
- Source:
- X509CertificateCollection.cs
Initializes a new instance of the X509CertificateCollection class from an array of X509Certificate objects.
public:
X509CertificateCollection(cli::array <System::Security::Cryptography::X509Certificates::X509Certificate ^> ^ value);
public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509Certificate[] value);
new System.Security.Cryptography.X509Certificates.X509CertificateCollection : System.Security.Cryptography.X509Certificates.X509Certificate[] -> System.Security.Cryptography.X509Certificates.X509CertificateCollection
Public Sub New (value As X509Certificate())
Parameters
- value
- X509Certificate[]
The array of X509Certificate objects with which to initialize the new object.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 1.3, 1.4, 1.6, 2.0, 2.1 |
- Source:
- X509CertificateCollection.cs
- Source:
- X509CertificateCollection.cs
- Source:
- X509CertificateCollection.cs
Initializes a new instance of the X509CertificateCollection class from another X509CertificateCollection.
public:
X509CertificateCollection(System::Security::Cryptography::X509Certificates::X509CertificateCollection ^ value);
public X509CertificateCollection(System.Security.Cryptography.X509Certificates.X509CertificateCollection value);
new System.Security.Cryptography.X509Certificates.X509CertificateCollection : System.Security.Cryptography.X509Certificates.X509CertificateCollection -> System.Security.Cryptography.X509Certificates.X509CertificateCollection
Public Sub New (value As X509CertificateCollection)
Parameters
The X509CertificateCollection with which to initialize the new object.
Applies to
.NET 10 and other versions
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 1.3, 1.4, 1.6, 2.0, 2.1 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: