4 overrides of Version
System.Security.Cryptography.Pkcs (4)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
35
public override int
Version
=> _asn.Version;
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (1)
34
public override int
Version
=> _asn.Version;
Internal\Cryptography\Pal\Windows\KeyAgreeRecipientInfoPalWindows.cs (1)
24
public sealed override int
Version
Internal\Cryptography\Pal\Windows\KeyTransRecipientInfoPalWindows.cs (1)
24
public sealed override int
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
;