Message Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Message(Byte[], Byte[]) | |
| Message(IntPtr, JniHandleOwnership) |
Message(Byte[], Byte[])
[Android.Runtime.Register(".ctor", "([B[B)V", "", ApiSince=37)]
public Message(byte[] encapsulated, byte[] ciphertext);
[<Android.Runtime.Register(".ctor", "([B[B)V", "", ApiSince=37)>]
new Android.Crypto.Hpke.Message : byte[] * byte[] -> Android.Crypto.Hpke.Message
Parameters
- encapsulated
- Byte[]
- ciphertext
- Byte[]
- Attributes
Applies to
Message(IntPtr, JniHandleOwnership)
protected Message(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Crypto.Hpke.Message : nativeint * Android.Runtime.JniHandleOwnership -> Android.Crypto.Hpke.Message
Parameters
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership