4 instantiations of X509ExtensionCollection
NuGet.Packaging (1)
Signing\Timestamp\TstInfo.cs (1)
126extensions = new X509ExtensionCollection();
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
221extensions = new X509ExtensionCollection();
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
35var coll = new X509ExtensionCollection();
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
173var coll = new X509ExtensionCollection();
25 references to X509ExtensionCollection
netstandard (1)
netstandard.cs (1)
1969[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ExtensionCollection))]
NuGet.Packaging (5)
Signing\Timestamp\Rfc3161TimestampRequestFactory.cs (1)
18X509ExtensionCollection? extensions)
Signing\Timestamp\Rfc3161TimestampRequestNetstandard21Wrapper.cs (1)
26X509ExtensionCollection? extensions)
Signing\Timestamp\TstInfo.cs (3)
46public X509ExtensionCollection? Extensions { get; } 58X509ExtensionCollection? extensions) 122X509ExtensionCollection? extensions = null;
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
877[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ExtensionCollection))]
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (4)
27private X509ExtensionCollection? _lazyExtensions; 212public X509ExtensionCollection Extensions 218X509ExtensionCollection? extensions = _lazyExtensions; 613X509ExtensionCollection extensions = Extensions;
System\Security\Cryptography\X509Certificates\X509ExtensionEnumerator.cs (2)
11internal X509ExtensionEnumerator(X509ExtensionCollection extensions) 44private readonly X509ExtensionCollection _extensions;
System.Security.Cryptography.Pkcs (11)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (6)
33public X509ExtensionCollection GetExtensions() 35var coll = new X509ExtensionCollection(); 170X509ExtensionCollection? extensions = null) 194X509ExtensionCollection? extensions = null) 217X509ExtensionCollection? extensions = null) 261X509ExtensionCollection? extensions = null)
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
237X509ExtensionCollection extensions = tsaCertificate.Extensions;
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (4)
50X509ExtensionCollection? extensions = null) 171public X509ExtensionCollection GetExtensions() 173var coll = new X509ExtensionCollection(); 324X509ExtensionCollection? extensions)
System.Security.Cryptography.X509Certificates (1)
System.Security.Cryptography.X509Certificates.cs (1)
33[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.X509ExtensionCollection))]