public void AddKeyAgreementRecipients(
string agreementAlgorithm,
AsymmetricKeyParameter senderPrivateKey,
AsymmetricKeyParameter senderPublicKey,
IEnumerable<X509Certificate> recipientCerts,
string cekWrapAlgorithm
)
Public Sub AddKeyAgreementRecipients (
agreementAlgorithm As String,
senderPrivateKey As AsymmetricKeyParameter,
senderPublicKey As AsymmetricKeyParameter,
recipientCerts As IEnumerable(Of X509Certificate),
cekWrapAlgorithm As String
)
public:
void AddKeyAgreementRecipients(
String^ agreementAlgorithm,
AsymmetricKeyParameter^ senderPrivateKey,
AsymmetricKeyParameter^ senderPublicKey,
IEnumerable<X509Certificate^>^ recipientCerts,
String^ cekWrapAlgorithm
)
function AddKeyAgreementRecipients(agreementAlgorithm, senderPrivateKey, senderPublicKey, recipientCerts, cekWrapAlgorithm);