2 overrides of Version
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
35public override int Version => _asn.Version;
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (1)
33public override int Version => _asn.Version;
2 references to Version
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\KeyAgreeRecipientInfo.cs (1)
23return Pal.Version;
System\Security\Cryptography\Pkcs\KeyTransRecipientInfo.cs (1)
22return Pal.Version;