2 overrides of KeyEncryptionAlgorithm
System.Security.Cryptography.Pkcs (2)
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyAgree.cs (1)
27
public override AlgorithmIdentifier
KeyEncryptionAlgorithm
=>
Internal\Cryptography\Pal\AnyOS\ManagedPal.KeyTrans.cs (1)
27
public override AlgorithmIdentifier
KeyEncryptionAlgorithm
=>
2 references to KeyEncryptionAlgorithm
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\KeyAgreeRecipientInfo.cs (1)
39
return _lazyKeyEncryptionAlgorithm ??= Pal.
KeyEncryptionAlgorithm
;
System\Security\Cryptography\Pkcs\KeyTransRecipientInfo.cs (1)
38
return _lazyKeyEncryptionAlgorithm ??= Pal.
KeyEncryptionAlgorithm
;