EncryptionAlgorithm 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.
Extensible enum for known EncryptionAlgorithm values.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.PdfCo.Models.EncryptionAlgorithm+EncryptionAlgorithmJsonConverter))]
public readonly struct EncryptionAlgorithm : IEquatable<Azure.Connectors.Sdk.PdfCo.Models.EncryptionAlgorithm>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Connectors.Sdk.PdfCo.Models.EncryptionAlgorithm+EncryptionAlgorithmJsonConverter))>]
type EncryptionAlgorithm = struct
Public Structure EncryptionAlgorithm
Implements IEquatable(Of EncryptionAlgorithm)
- Inheritance
-
EncryptionAlgorithm
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| EncryptionAlgorithm(String) |
Initializes a new instance of the EncryptionAlgorithm struct. |
Properties
| Name | Description |
|---|---|
| AES128bit |
AES_128bit |
| AES256bit |
AES_256bit |
| RC4128bit |
RC4_128bit |
| RC440bit |
RC4_40bit |
Methods
| Name | Description |
|---|---|
| Equals(EncryptionAlgorithm) | Indicates whether the current object is equal to another object of the same type. |
| Equals(Object) | Indicates whether this instance and a specified object are equal. |
| GetHashCode() | Returns the hash code for this instance. |
| ToString() | Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(EncryptionAlgorithm, EncryptionAlgorithm) |
Equality operator. |
| Implicit(EncryptionAlgorithm to String) |
Converts a EncryptionAlgorithm to its string representation. |
| Implicit(String to EncryptionAlgorithm) |
Converts a string to EncryptionAlgorithm. |
| Inequality(EncryptionAlgorithm, EncryptionAlgorithm) |
Inequality operator. |