AS2EncryptionAlgorithm 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 encryption algorithm.
public readonly struct AS2EncryptionAlgorithm : IEquatable<Azure.ResourceManager.Logic.Models.AS2EncryptionAlgorithm>
type AS2EncryptionAlgorithm = struct
Public Structure AS2EncryptionAlgorithm
Implements IEquatable(Of AS2EncryptionAlgorithm)
- Inheritance
-
AS2EncryptionAlgorithm
- Implements
Constructors
AS2EncryptionAlgorithm(String) |
Initializes a new instance of AS2EncryptionAlgorithm. |
Properties
Aes128 |
AES128. |
Aes192 |
AES192. |
Aes256 |
AES256. |
Des3 |
DES3. |
None |
None. |
NotSpecified |
NotSpecified. |
RC2 |
RC2. |
Methods
Equals(AS2EncryptionAlgorithm) |
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(AS2EncryptionAlgorithm, AS2EncryptionAlgorithm) |
Determines if two AS2EncryptionAlgorithm values are the same. |
Implicit(String to AS2EncryptionAlgorithm) |
Converts a String to a AS2EncryptionAlgorithm. |
Inequality(AS2EncryptionAlgorithm, AS2EncryptionAlgorithm) |
Determines if two AS2EncryptionAlgorithm values are not the same. |
Applies to
Azure SDK for .NET