KeyType 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.
JsonWebKey key types.
public readonly struct KeyType : IEquatable<Azure.Security.KeyVault.Keys.KeyType>
type KeyType = struct
Public Structure KeyType
Implements IEquatable(Of KeyType)
- Inheritance
-
KeyType
- Implements
Constructors
| Name | Description |
|---|---|
| KeyType(String) |
Initializes a new instance of the KeyType structure. |
Properties
| Name | Description |
|---|---|
| Ec |
An Elliptic Curve Cryptographic (ECC) algorithm. |
| EcHsm |
An Elliptic Curve Cryptographic (ECC) algorithm backed by a Hardware Security Module (HSM). |
| Oct |
An AES cryptographic algorithm. |
| OctHsm |
An AES cryptographic algorithm backed by a Hardware Security Module (HSM). |
| Rsa |
An RSA cryptographic algorithm. |
| RsaHsm |
An RSA cryptographic algorithm backed by a Hardware Security Module (HSM). |
Methods
| Name | Description |
|---|---|
| Equals(KeyType) |
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(KeyType, KeyType) |
Determines if two KeyType values are the same. |
| Implicit(String to KeyType) |
Converts a string to a KeyType. |
| Inequality(KeyType, KeyType) |
Determines if two KeyType values are different. |