5 references to
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509ExtensionCollection.cs (1)
90array.SetValue(this[i], index);
System\Security\Cryptography\X509Certificates\X509ExtensionEnumerator.cs (1)
19get { return _extensions[_current]; }
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
322req.Extensions[i] = new X509ExtensionAsn(extensions[i]);
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (1)
247if (extensions[i] is not X509EnhancedKeyUsageExtension ekuExt)
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (1)
371tstInfo.Extensions[i] = new X509ExtensionAsn(extensions[i]);