共用方式為


ArmIotFirmwareDefenseModelFactory.CryptoKeySummary Method

Definition

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

totalKeys
Nullable<Int64>

Total number of cryptographic keys found.

publicKeys
Nullable<Int64>

Total number of (non-certificate) public keys found.

privateKeys
Nullable<Int64>

Total number of private keys found.

pairedKeys
Nullable<Int64>

Total number of keys found that have a matching paired key or certificate.

shortKeySize
Nullable<Int64>

Total number of keys found that have an insecure key size for the algorithm.

Returns

A new CryptoKeySummary instance for mocking.

Applies to