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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET