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