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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET