IkeEncryption Struct
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.
The IKE encryption algorithm (IKE phase 2).
public readonly struct IkeEncryption : IEquatable<Azure.ResourceManager.Network.Models.IkeEncryption>
type IkeEncryption = struct
Public Structure IkeEncryption
Implements IEquatable(Of IkeEncryption)
- Inheritance
-
IkeEncryption
- Implements
Constructors
IkeEncryption(String) |
Initializes a new instance of IkeEncryption. |
Properties
Aes128 |
AES128. |
Aes192 |
AES192. |
Aes256 |
AES256. |
Des |
DES. |
Des3 |
DES3. |
GcmAes128 |
GCMAES128. |
GcmAes256 |
GCMAES256. |
Methods
Equals(IkeEncryption) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(IkeEncryption, IkeEncryption) |
Determines if two IkeEncryption values are the same. |
Implicit(String to IkeEncryption) |
Converts a string to a IkeEncryption. |
Inequality(IkeEncryption, IkeEncryption) |
Determines if two IkeEncryption values are not the same. |
Applies to
Azure SDK for .NET