1 write to Version
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
92if (!sequenceReader.TryReadInt32(out decoded.Version))
3 references to Version
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
33writer.WriteInteger(Version);
src\libraries\Common\src\System\Security\Cryptography\RSAKeyFormatHelper.Pkcs1.cs (2)
38if (key.Version > MaxSupportedVersion) 43key.Version,