Class AesCbcParams
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The AesCbcParams dictionary of the Web Crypto API represents the object that should be passed as the algorithm parameter into Encrypt(Union187, CryptoKey, Union224), Decrypt(Union187, CryptoKey, Union224), WrapKey(KeyFormat, CryptoKey, CryptoKey, Union187), or UnwrapKey(KeyFormat, Union224, CryptoKey, Union187, Union187, bool, List<KeyUsage>), when using the AES-CBC algorithm.
[ToObject]
public class AesCbcParams : Algorithm
- Inheritance
-
AesCbcParams
- Inherited Members
Remarks
-CBC mode is defined in section 6.2 of the NIST SP800-38A standard.
-Encrypt(Union187, CryptoKey, Union224).
-Decrypt(Union187, CryptoKey, Union224).
-WrapKey(KeyFormat, CryptoKey, CryptoKey, Union187).
-UnwrapKey(KeyFormat, Union224, CryptoKey, Union187, Union187, bool, List<KeyUsage>).
Constructors
AesCbcParams()
public AesCbcParams()
Fields
Iv
[Value("iv")]
public required Union224 Iv