Class RsaOaepParams
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The RsaOaepParams 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 RSA_OAEP algorithm.
[ToObject]
public class RsaOaepParams : Algorithm
- Inheritance
-
RsaOaepParams
- Inherited Members
Remarks
-Encrypt(Union187, CryptoKey, Union224).
-Decrypt(Union187, CryptoKey, Union224).
-WrapKey(KeyFormat, CryptoKey, CryptoKey, Union187).
-UnwrapKey(KeyFormat, Union224, CryptoKey, Union187, Union187, bool, List<KeyUsage>).
Constructors
RsaOaepParams()
public RsaOaepParams()
Fields
Label
[Value("label")]
public Union224 Label