IpSecTransform.Builder.SetAuthenticatedEncryption(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 authentifié.
[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
Paramètres
- algo
- IpSecAlgorithm
Algorithme en mode combiné. Il s’exclue mutuellement avec des algorithmes de chiffrement et d’authentification distincts.
Retours
Ce générateur.
- Attributs