IkeEncryption Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define valores para IkeEncryption.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.IkeEncryption>))]
public class IkeEncryption : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnum<Microsoft.Azure.Management.Network.Fluent.Models.IkeEncryption>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ExpandableStringEnumConverter<Microsoft.Azure.Management.Network.Fluent.Models.IkeEncryption>))>]
type IkeEncryption = class
inherit ExpandableStringEnum<IkeEncryption>
Public Class IkeEncryption
Inherits ExpandableStringEnum(Of IkeEncryption)
- Herança
- Atributos
-
Newtonsoft.Json.JsonConverterAttribute
Construtores
IkeEncryption() |
Define valores para IkeEncryption. |
Campos
AES128 |
Define valores para IkeEncryption. |
AES192 |
Define valores para IkeEncryption. |
AES256 |
Define valores para IkeEncryption. |
DES |
Define valores para IkeEncryption. |
DES3 |
Define valores para IkeEncryption. |
GCMAES128 |
Define valores para IkeEncryption. |
GCMAES256 |
Define valores para IkeEncryption. |
Propriedades
Value |
Define valores para IkeEncryption. (Herdado de ExpandableStringEnum<T>) |
Métodos
Equals(Object) |
Define valores para IkeEncryption. (Herdado de ExpandableStringEnum<T>) |
Equals(String) |
Define valores para IkeEncryption. (Herdado de ExpandableStringEnum<T>) |
GetHashCode() |
Define valores para IkeEncryption. (Herdado de ExpandableStringEnum<T>) |
ToString() |
Define valores para IkeEncryption. (Herdado de ExpandableStringEnum<T>) |
Aplica-se a
Azure SDK for .NET