1 write to Version
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1\RSAPrivateKeyAsn.xml.cs (1)
92
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.Pkcs1.cs (2)
38
if (key.
Version
> MaxSupportedVersion)
43
key.
Version
,