1 write to Version
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\KemRecipientInfoAsn.xml.cs (1)
100if (!sequenceReader.TryReadInt32(out decoded.Version))
2 references to Version
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.Kem.cs (1)
153public override int Version => _asn.Version;
System\Security\Cryptography\Pkcs\Asn1\KemRecipientInfoAsn.xml.cs (1)
33writer.WriteInteger(Version);