2 writes to Version
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (1)
116ktri.Version = 2;
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (1)
82if (!sequenceReader.TryReadInt32(out decoded.Version))
3 references to Version
System.Security.Cryptography.Pkcs (3)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (2)
33public override int Version => _asn.Version; 176v0Recipient = (ktri.Version == 0);
System\Security\Cryptography\Pkcs\Asn1\KeyTransRecipientInfoAsn.xml.cs (1)
28writer.WriteInteger(Version);