IpSecTransform.Builder.SetEncryption(IpSecAlgorithm) 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.
Sets the encryption algorithm.
[Android.Runtime.Register("setEncryption", "(Landroid/net/IpSecAlgorithm;)Landroid/net/IpSecTransform$Builder;", "GetSetEncryption_Landroid_net_IpSecAlgorithm_Handler", ApiSince=28)]
public virtual Android.Net.IpSecTransform.Builder SetEncryption(Android.Net.IpSecAlgorithm algo);
[<Android.Runtime.Register("setEncryption", "(Landroid/net/IpSecAlgorithm;)Landroid/net/IpSecTransform$Builder;", "GetSetEncryption_Landroid_net_IpSecAlgorithm_Handler", ApiSince=28)>]
abstract member SetEncryption : Android.Net.IpSecAlgorithm -> Android.Net.IpSecTransform.Builder
override this.SetEncryption : Android.Net.IpSecAlgorithm -> Android.Net.IpSecTransform.Builder
Parameters
- algo
- IpSecAlgorithm
The encryption algorithm. Encryption is mutually exclusive with authenticated encryption.
Returns
This builder.
- Attributes
Remarks
Java documentation for android.net.IpSecTransform.Builder.setEncryption(android.net.IpSecAlgorithm).