Language

Recipient.Builder.Build Method

Definition

Builds the Recipient.

[Android.Runtime.Register("build", "()Landroid/crypto/hpke/Recipient;", "GetBuildHandler", ApiSince=37)]
public virtual Android.Crypto.Hpke.Recipient Build();
[<Android.Runtime.Register("build", "()Landroid/crypto/hpke/Recipient;", "GetBuildHandler", ApiSince=37)>]
abstract member Build : unit -> Android.Crypto.Hpke.Recipient
override this.Build : unit -> Android.Crypto.Hpke.Recipient

Returns

the Recipient

Attributes

Remarks

Builds the Recipient.

Android reference for android.crypto.hpke.Recipient.Builder.build.

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.

Applies to