Message Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | 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
Paramètres
- encapsulated
- Byte[]
- ciphertext
- Byte[]
- Attributs
S’applique à
Message(IntPtr, JniHandleOwnership)
protected Message(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Crypto.Hpke.Message : nativeint * Android.Runtime.JniHandleOwnership -> Android.Crypto.Hpke.Message
Paramètres
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership