ICryptoCertificateSummaryResource Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoCertificateSummaryResourceTypeConverter))]
public interface ICryptoCertificateSummaryResource : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ISummaryResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoCertificateSummaryResourceTypeConverter))>]
type ICryptoCertificateSummaryResource = interface
interface IJsonSerializable
interface ISummaryResourceProperties
Public Interface ICryptoCertificateSummaryResource
Implements ISummaryResourceProperties
- Derived
- Attributes
- Implements
Properties
Expired |
Total number of expired certificates found. |
ExpiringSoon |
Total number of nearly expired certificates found. |
PairedKey |
Total number of paired private keys found for the certificates. |
SelfSigned |
Total number of certificates found that are self-signed. |
ShortKeySize |
Total number of certificates found that have an insecure key size for the key algorithm. |
SummaryType |
Describes the type of summary. (Inherited from ISummaryResourceProperties) |
TotalCertificate |
Total number of certificates found. |
WeakSignature |
Total number of certificates found using a weak signature algorithm. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |