6 references to X509Certificate
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (2)
198public X509Certificate(string fileName, SecureString? password, X509KeyStorageFlags keyStorageFlags) : this() 225public X509Certificate(SerializationInfo info, StreamingContext context) : this()
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
47: base()
WindowsBase.Tests (3)
System\IO\Packaging\PackageDigitalSignatureManagerTests.cs (3)
70var c = new X509Certificate(); 222var c = new X509Certificate(); 244var c = new X509Certificate();