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