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.
The IKE integrity algorithm (IKE phase 2).
public readonly struct IkeIntegrity : IEquatable<Azure.ResourceManager.Network.Models.IkeIntegrity>
type IkeIntegrity = struct
Public Structure IkeIntegrity
Implements IEquatable(Of IkeIntegrity)
- Inheritance
-
IkeIntegrity
- Implements
Constructors
IkeIntegrity(String) |
Initializes a new instance of IkeIntegrity. |
Properties
GcmAes128 |
GCMAES128. |
GcmAes256 |
GCMAES256. |
MD5 |
MD5. |
Sha1 |
SHA1. |
Sha256 |
SHA256. |
Sha384 |
SHA384. |
Methods
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
Equality(IkeIntegrity, IkeIntegrity) |
Determines if two IkeIntegrity values are the same. |
Implicit(String to IkeIntegrity) |
Converts a string to a IkeIntegrity. |
Inequality(IkeIntegrity, IkeIntegrity) |
Determines if two IkeIntegrity values are not the same. |
Applies to
Azure SDK for .NET