public KeyDerivationFunc(
DerObjectIdentifier id,
Asn1Encodable parameters
)
Public Sub New (
id As DerObjectIdentifier,
parameters As Asn1Encodable
)
public:
KeyDerivationFunc(
DerObjectIdentifier^ id,
Asn1Encodable^ parameters
)
Org.BouncyCastle.Asn1.Pkcs.KeyDerivationFunc = function(id, parameters);