2 instantiations of PublicKeyInfo
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\AsnHelpers.cs (1)
45
new
PublicKeyInfo
(
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (1)
248
PublicKeyInfo pki = new
PublicKeyInfo
(algorithmId, keyValue);
3 references to PublicKeyInfo
System.Security (1)
System.Security.cs (1)
23
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.Pkcs.
PublicKeyInfo
))]
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\Windows\HelpersWindows.cs (1)
248
PublicKeyInfo
pki = new PublicKeyInfo(algorithmId, keyValue);
System\Security\Cryptography\Pkcs\SubjectIdentifierOrKey.cs (1)
27
Debug.Assert(value is
PublicKeyInfo
);