public Pkcs5Scheme2Utf8PbeKey(
ReadOnlySpan<char> password,
AlgorithmIdentifier keyDerivationAlgorithm
)
Public Sub New (
password As ReadOnlySpan(Of Char),
keyDerivationAlgorithm As AlgorithmIdentifier
)
public:
Pkcs5Scheme2Utf8PbeKey(
ReadOnlySpan<wchar_t> password,
AlgorithmIdentifier^ keyDerivationAlgorithm
)
Org.BouncyCastle.Cms.Pkcs5Scheme2Utf8PbeKey = function(password, keyDerivationAlgorithm);