Pkcs5Scheme2Utf8PbeKey public class Pkcs5Scheme2Utf8PbeKey : CmsPbeKey Documentation public Pkcs5Scheme2Utf8PbeKey(char[] password, byte[] salt, int iterationCount) public Pkcs5Scheme2Utf8PbeKey(char[] password, AlgorithmIdentifier keyDerivationAlgorithm) public Pkcs5Scheme2Utf8PbeKey(ReadOnlySpan<char> password, ReadOnlySpan<byte> salt, int iterationCount) public Pkcs5Scheme2Utf8PbeKey(ReadOnlySpan<char> password, AlgorithmIdentifier keyDerivationAlgorithm)