public void AddKeyAgreementRecipient(
string agreementAlgorithm,
AsymmetricKeyParameter senderPrivateKey,
AsymmetricKeyParameter senderPublicKey,
X509Certificate recipientCert,
string cekWrapAlgorithm
)
Public Sub AddKeyAgreementRecipient (
agreementAlgorithm As String,
senderPrivateKey As AsymmetricKeyParameter,
senderPublicKey As AsymmetricKeyParameter,
recipientCert As X509Certificate,
cekWrapAlgorithm As String
)
public:
void AddKeyAgreementRecipient(
String^ agreementAlgorithm,
AsymmetricKeyParameter^ senderPrivateKey,
AsymmetricKeyParameter^ senderPublicKey,
X509Certificate^ recipientCert,
String^ cekWrapAlgorithm
)
function AddKeyAgreementRecipient(agreementAlgorithm, senderPrivateKey, senderPublicKey, recipientCert, cekWrapAlgorithm);