2 references to WriteSubjectPublicKeyInfo
System.Security.Cryptography (2)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.cs (1)
116AsnWriter ret = WriteSubjectPublicKeyInfo(rented.AsSpan(0, written));
System\Security\Cryptography\RSA.cs (1)
748AsnWriter writer = RSAKeyFormatHelper.WriteSubjectPublicKeyInfo(rented.AsSpan(0, pkcs1Size));