public EncKeyWithID(
PrivateKeyInfo privKeyInfo,
DerUtf8String str
)
Public Sub New (
privKeyInfo As PrivateKeyInfo,
str As DerUtf8String
)
public:
EncKeyWithID(
PrivateKeyInfo^ privKeyInfo,
DerUtf8String^ str
)
Org.BouncyCastle.Asn1.Crmf.EncKeyWithID = function(privKeyInfo, str);