public static IBasicAgreement GetBasicAgreement(
string algorithm
)
Public Shared Function GetBasicAgreement (
algorithm As String
) As IBasicAgreement
public:
static IBasicAgreement^ GetBasicAgreement(
String^ algorithm
)
Org.BouncyCastle.Security.AgreementUtilities.GetBasicAgreement = function(algorithm);