IPsecEncryption Structure
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.
Algorithme de chiffrement IPSec (phase IKE 1).
public readonly struct IPsecEncryption : IEquatable<Azure.ResourceManager.Network.Models.IPsecEncryption>
type IPsecEncryption = struct
Public Structure IPsecEncryption
Implements IEquatable(Of IPsecEncryption)
- Héritage
-
IPsecEncryption
- Implémente
Constructeurs
IPsecEncryption(String) |
Initialise une nouvelle instance de IPsecEncryption. |
Propriétés
Aes128 |
AES128. |
Aes192 |
AES192. |
Aes256 |
AES256. |
Des |
DES. |
Des3 |
DES3. |
GcmAes128 |
GCMAES128. |
GcmAes192 |
GCMAES192. |
GcmAes256 |
GCMAES256. |
None |
Aucun. |
Méthodes
Equals(IPsecEncryption) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(IPsecEncryption, IPsecEncryption) |
Détermine si deux IPsecEncryption valeurs sont identiques. |
Implicit(String to IPsecEncryption) |
Convertit une chaîne en IPsecEncryption. |
Inequality(IPsecEncryption, IPsecEncryption) |
Détermine si deux IPsecEncryption valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET