3 references to Certificates
Microsoft.AspNetCore.DataProtection (1)
XmlEncryption\EncryptedXmlDecryptor.cs (1)
131
var certEnum = keyInfo.
Certificates
?.GetEnumerator();
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\Utils.cs (2)
631
if (keyInfoX509Data.
Certificates
!= null)
633
foreach (X509Certificate2 certificate in keyInfoX509Data.
Certificates
)