Język

IpSecTransform.Builder.SetAuthentication(IpSecAlgorithm) Method

Definition

Sets the authentication or integrity algorithm.

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

Parameters

algo
IpSecAlgorithm

The authentication algorithm. Authentication is mutually exclusive with authenticated encryption.

Returns

This builder.

Attributes

Remarks

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

Applies to