Class RsaPssParams
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The RsaPssParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into Sign(Union187, CryptoKey, Union224) or Verify(Union187, CryptoKey, Union224, Union224), when using the RSA-PSS algorithm.
[ToObject]
public class RsaPssParams : Algorithm
- Inheritance
-
RsaPssParams
- Inherited Members
Remarks
Constructors
RsaPssParams()
public RsaPssParams()
Fields
SaltLength
[Value("saltLength")]
public required ulong SaltLength