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.
Compatibility declaration for the IkeEncryption type.
public readonly struct IkeEncryption : IEquatable<Azure.ResourceManager.Network.Models.IkeEncryption>
type IkeEncryption = struct
Public Structure IkeEncryption
Implements IEquatable(Of IkeEncryption)
- Inheritance
-
IkeEncryption
- Implements
Constructors
| Name | Description |
|---|---|
| IkeEncryption(String) |
Initializes a new instance of IkeEncryption. |
Properties
| Name | Description |
|---|---|
| Aes128 |
Gets or sets the Aes128 compatibility property. |
| AES128 |
AES128. |
| Aes192 |
Gets or sets the Aes192 compatibility property. |
| AES192 |
AES192. |
| Aes256 |
Gets or sets the Aes256 compatibility property. |
| AES256 |
AES256. |
| Des |
Gets or sets the Des compatibility property. |
| DES |
DES. |
| Des3 |
Gets or sets the Des3 compatibility property. |
| DES3 |
DES3. |
| GcmAes128 |
Gets or sets the GcmAes128 compatibility property. |
| GCMAES128 |
GCMAES128. |
| GcmAes256 |
Gets or sets the GcmAes256 compatibility property. |
| GCMAES256 |
GCMAES256. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(IkeEncryption, IkeEncryption) |
Determines if two IkeEncryption values are the same. |
| Implicit(String to IkeEncryption) |
Converts a string to a IkeEncryption. |
| Implicit(String to Nullable<IkeEncryption>) | |
| Inequality(IkeEncryption, IkeEncryption) |
Determines if two IkeEncryption values are not the same. |