1 write to Version
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (1)
103if (!sequenceReader.TryReadInt32(out decoded.Version))
2 references to Version
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
35public override int Version => _asn.Version;
System\Security\Cryptography\Pkcs\Asn1\KeyAgreeRecipientInfoAsn.xml.cs (1)
30writer.WriteInteger(Version);