public EncryptedPrivateKeyInfo(
AlgorithmIdentifier algId,
byte[] encoding
)
Public Sub New (
algId As AlgorithmIdentifier,
encoding As Byte()
)
public:
EncryptedPrivateKeyInfo(
AlgorithmIdentifier^ algId,
array<unsigned char>^ encoding
)
Org.BouncyCastle.Asn1.Pkcs.EncryptedPrivateKeyInfo = function(algId, encoding);