CryptoKeyType 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.
Different types of cryptographic keys.
public readonly struct CryptoKeyType : IEquatable<Azure.ResourceManager.IotFirmwareDefense.Models.CryptoKeyType>
type CryptoKeyType = struct
Public Structure CryptoKeyType
Implements IEquatable(Of CryptoKeyType)
- Inheritance
-
CryptoKeyType
- Implements
Constructors
| Name | Description |
|---|---|
| CryptoKeyType(String) |
Initializes a new instance of CryptoKeyType. |
Properties
| Name | Description |
|---|---|
| Private |
The key is an asymmetric private key. |
| Public |
The key is an asymmetric public key. |
Methods
| Name | Description |
|---|---|
| Equals(CryptoKeyType) |
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(CryptoKeyType, CryptoKeyType) |
Determines if two CryptoKeyType values are the same. |
| Implicit(String to CryptoKeyType) |
Converts a String to a CryptoKeyType. |
| Inequality(CryptoKeyType, CryptoKeyType) |
Determines if two CryptoKeyType values are not the same. |