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