IpSecTransform.Builder.SetEncryption(IpSecAlgorithm) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit l’algorithme de chiffrement.
[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
Paramètres
- algo
- IpSecAlgorithm
L’algorithme de chiffrement. Le chiffrement s’exclue mutuellement du chiffrement authentifié.
Retours
Ce générateur.
- Attributs