ArmIotFirmwareDefenseModelFactory.CryptoCertificateSummary Method
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.
Initializes a new instance of CryptoCertificateSummary.
public static Azure.ResourceManager.IotFirmwareDefense.Models.CryptoCertificateSummary CryptoCertificateSummary (long? totalCertificates = default, long? pairedKeys = default, long? expired = default, long? expiringSoon = default, long? weakSignature = default, long? selfSigned = default, long? shortKeySize = default);
static member CryptoCertificateSummary : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.IotFirmwareDefense.Models.CryptoCertificateSummary
Public Shared Function CryptoCertificateSummary (Optional totalCertificates As Nullable(Of Long) = Nothing, Optional pairedKeys As Nullable(Of Long) = Nothing, Optional expired As Nullable(Of Long) = Nothing, Optional expiringSoon As Nullable(Of Long) = Nothing, Optional weakSignature As Nullable(Of Long) = Nothing, Optional selfSigned As Nullable(Of Long) = Nothing, Optional shortKeySize As Nullable(Of Long) = Nothing) As CryptoCertificateSummary
Parameters
Total number of certificates found that have an insecure key size for the key algorithm.
Returns
A new CryptoCertificateSummary instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET