ArmIotFirmwareDefenseModelFactory.CryptoKeySummary 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 CryptoKeySummary.
public static Azure.ResourceManager.IotFirmwareDefense.Models.CryptoKeySummary CryptoKeySummary (long? totalKeys = default, long? publicKeys = default, long? privateKeys = default, long? pairedKeys = default, long? shortKeySize = default);
static member CryptoKeySummary : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.IotFirmwareDefense.Models.CryptoKeySummary
Public Shared Function CryptoKeySummary (Optional totalKeys As Nullable(Of Long) = Nothing, Optional publicKeys As Nullable(Of Long) = Nothing, Optional privateKeys As Nullable(Of Long) = Nothing, Optional pairedKeys As Nullable(Of Long) = Nothing, Optional shortKeySize As Nullable(Of Long) = Nothing) As CryptoKeySummary
Parameters
Total number of keys found that have a matching paired key or certificate.
Total number of keys found that have an insecure key size for the algorithm.
Returns
A new CryptoKeySummary 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