Język

IpSecTransform.Builder.SetAuthenticatedEncryption(IpSecAlgorithm) Method

Definition

Sets the authenticated-encryption algorithm.

[Android.Runtime.Register("setAuthenticatedEncryption", "(Landroid/net/IpSecAlgorithm;)Landroid/net/IpSecTransform$Builder;", "GetSetAuthenticatedEncryption_Landroid_net_IpSecAlgorithm_Handler", ApiSince=28)]
public virtual Android.Net.IpSecTransform.Builder SetAuthenticatedEncryption(Android.Net.IpSecAlgorithm algo);
[<Android.Runtime.Register("setAuthenticatedEncryption", "(Landroid/net/IpSecAlgorithm;)Landroid/net/IpSecTransform$Builder;", "GetSetAuthenticatedEncryption_Landroid_net_IpSecAlgorithm_Handler", ApiSince=28)>]
abstract member SetAuthenticatedEncryption : Android.Net.IpSecAlgorithm -> Android.Net.IpSecTransform.Builder
override this.SetAuthenticatedEncryption : Android.Net.IpSecAlgorithm -> Android.Net.IpSecTransform.Builder

Parameters

algo
IpSecAlgorithm

The combined-mode algorithm. It is mutually exclusive with separate encryption and authentication algorithms.

Returns

This builder.

Attributes

Remarks

Java documentation for android.net.IpSecTransform.Builder.setAuthenticatedEncryption(android.net.IpSecAlgorithm).

Applies to