4 references to X509ExtensionCollection
NuGet.Packaging (1)
Signing\Timestamp\TstInfo.cs (1)
126
extensions = new
X509ExtensionCollection
();
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
221
extensions = new
X509ExtensionCollection
();
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
35
var coll = new
X509ExtensionCollection
();
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
173
var coll = new
X509ExtensionCollection
();