Sender.Builder.SetApplicationInfo(Byte[]) Method
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.
Adds optional application-related data which will be used during the key generation process.
[Android.Runtime.Register("setApplicationInfo", "([B)Landroid/crypto/hpke/Sender$Builder;", "GetSetApplicationInfo_arrayBHandler", ApiSince=37)]
public virtual Android.Crypto.Hpke.Sender.Builder SetApplicationInfo(byte[] applicationInfo);
[<Android.Runtime.Register("setApplicationInfo", "([B)Landroid/crypto/hpke/Sender$Builder;", "GetSetApplicationInfo_arrayBHandler", ApiSince=37)>]
abstract member SetApplicationInfo : byte[] -> Android.Crypto.Hpke.Sender.Builder
override this.SetApplicationInfo : byte[] -> Android.Crypto.Hpke.Sender.Builder
Parameters
- applicationInfo
- Byte[]
application-specific information. This value cannot be null.
Returns
the Builder. This value cannot be null.
- Attributes
Remarks
Adds optional application-related data which will be used during the key generation process.
Android reference for android.crypto.hpke.Sender.Builder.setApplicationInfo.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.