IPsecEncryption 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 IPsecEncryption type.
public readonly struct IPsecEncryption : IEquatable<Azure.ResourceManager.Network.Models.IPsecEncryption>
type IPsecEncryption = struct
Public Structure IPsecEncryption
Implements IEquatable(Of IPsecEncryption)
- Inheritance
-
IPsecEncryption
- Implements
Constructors
| Name | Description |
|---|---|
| IPsecEncryption(String) |
Initializes a new instance of IPsecEncryption. |
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. |
| GcmAes192 |
Gets or sets the GcmAes192 compatibility property. |
| GCMAES192 |
GCMAES192. |
| GcmAes256 |
Gets or sets the GcmAes256 compatibility property. |
| GCMAES256 |
GCMAES256. |
| None |
None. |
Methods
| Name | Description |
|---|---|
| Equals(IPsecEncryption) |
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(IPsecEncryption, IPsecEncryption) |
Determines if two IPsecEncryption values are the same. |
| Implicit(String to IPsecEncryption) |
Converts a string to a IPsecEncryption. |
| Implicit(String to Nullable<IPsecEncryption>) | |
| Inequality(IPsecEncryption, IPsecEncryption) |
Determines if two IPsecEncryption values are not the same. |