X509Certificate2Collection Constructor ()
Initializes a new instance of the X509Certificate2Collection class without any X509Certificate2 information.
Namespace: System.Security.Cryptography.X509Certificates
Assembly: System.Security (in system.security.dll)
Syntax
public X509Certificate2Collection ()
Remarks
This constructor creates an empty X509Certificate2Collection object, which is unlike the other constructors that use certificate or collection information to create the object.
Version Information
Available in the .NET Micro Framework version 4.2.
See Also
Reference
X509Certificate2Collection Class
X509Certificate2Collection Members
System.Security.Cryptography.X509Certificates Namespace