CmsPbeKey public abstract class CmsPbeKey : ICipherParameters Documentation public string Algorithm { get; } public string Format { get; } public int IterationCount { get; } public byte[] Salt { get; } public CmsPbeKey(char[] password, byte[] salt, int iterationCount) public CmsPbeKey(char[] password, AlgorithmIdentifier keyDerivationAlgorithm) public byte[] GetEncoded()