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