CryptoKeySummary Class
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.
Properties for cryptographic key summary.
public class CryptoKeySummary : Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisSummaryProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotFirmwareDefense.Models.CryptoKeySummary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotFirmwareDefense.Models.CryptoKeySummary>
type CryptoKeySummary = class
inherit FirmwareAnalysisSummaryProperties
interface IJsonModel<CryptoKeySummary>
interface IPersistableModel<CryptoKeySummary>
Public Class CryptoKeySummary
Inherits FirmwareAnalysisSummaryProperties
Implements IJsonModel(Of CryptoKeySummary), IPersistableModel(Of CryptoKeySummary)
- Inheritance
- Implements
Properties
PairedKeys |
Total number of keys found that have a matching paired key or certificate. |
PrivateKeys |
Total number of private keys found. |
PublicKeys |
Total number of (non-certificate) public keys found. |
ShortKeySize |
Total number of keys found that have an insecure key size for the algorithm. |
TotalKeys |
Total number of cryptographic keys found. |
Explicit Interface Implementations
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET