Class Pbkdf2Params
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The Pbkdf2Params dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into DeriveKey(Union187, CryptoKey, Union187, bool, List<KeyUsage>), when using the PBKDF2 algorithm.
[ToObject]
public class Pbkdf2Params : Algorithm
- Inheritance
-
Pbkdf2Params
- Inherited Members
Remarks
Constructors
Pbkdf2Params()
public Pbkdf2Params()
Fields
Hash
[Value("hash")]
public required Unsupported Hash
Field Value
Iterations
[Value("iterations")]
public required ulong Iterations
Field Value
Salt
[Value("salt")]
public required Union224 Salt