SecureKeyWrapAlgorithm 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.
An algorithm used for secure key wrap and unwrap operations.
public readonly struct SecureKeyWrapAlgorithm : IEquatable<Azure.Security.KeyVault.Keys.Cryptography.SecureKeyWrapAlgorithm>
type SecureKeyWrapAlgorithm = struct
Public Structure SecureKeyWrapAlgorithm
Implements IEquatable(Of SecureKeyWrapAlgorithm)
- Inheritance
-
SecureKeyWrapAlgorithm
- Implements
Remarks
This type is only available with API version 2026-01-01-preview and newer. Secure key wrap and unwrap operations are only supported remotely and cannot be performed locally.
Constructors
| Name | Description |
|---|---|
| SecureKeyWrapAlgorithm(String) |
Initializes a new instance of the SecureKeyWrapAlgorithm structure. |
Properties
| Name | Description |
|---|---|
| A128KW |
Gets an AES 128 Key Wrap SecureKeyWrapAlgorithm. |
| A128KWPad |
Gets an AES 128 Key Wrap with padding SecureKeyWrapAlgorithm. |
| A192KW |
Gets an AES 192 Key Wrap SecureKeyWrapAlgorithm. |
| A192KWPad |
Gets an AES 192 Key Wrap with padding SecureKeyWrapAlgorithm. |
| A256KW |
Gets an AES 256 Key Wrap SecureKeyWrapAlgorithm. |
| A256KWPad |
Gets an AES 256 Key Wrap with padding SecureKeyWrapAlgorithm. |
| CkmAesKeyWrap |
Gets a CKM AES Key Wrap SecureKeyWrapAlgorithm. |
| CkmAesKeyWrapPad |
Gets a CKM AES Key Wrap with padding SecureKeyWrapAlgorithm. |
| RsaOaep256 |
Gets an RSA-OAEP-256 SecureKeyWrapAlgorithm. |
Operators
| Name | Description |
|---|---|
| Equality(SecureKeyWrapAlgorithm, SecureKeyWrapAlgorithm) |
Determines if two SecureKeyWrapAlgorithm values are the same. |
| Implicit(String to SecureKeyWrapAlgorithm) |
Converts a string to a SecureKeyWrapAlgorithm. |
| Inequality(SecureKeyWrapAlgorithm, SecureKeyWrapAlgorithm) |
Determines if two SecureKeyWrapAlgorithm values are different. |