1 write to Version
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
89if (!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.cs (2)
32if (key.Version > MaxSupportedVersion) 37key.Version,