2 overrides of EncryptedKey
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
24
public override byte[]
EncryptedKey
=>
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (1)
24
public override byte[]
EncryptedKey
=>
2 references to EncryptedKey
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\KeyAgreeRecipientInfo.cs (1)
47
return _lazyEncryptedKey ??= Pal.
EncryptedKey
;
System\Security\Cryptography\Pkcs\KeyTransRecipientInfo.cs (1)
46
return _lazyEncryptedKey ??= Pal.
EncryptedKey
;