ICryptoKeySummaryResource Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoKeySummaryResourceTypeConverter))]
public interface ICryptoKeySummaryResource : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ISummaryResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoKeySummaryResourceTypeConverter))>]
type ICryptoKeySummaryResource = interface
interface IJsonSerializable
interface ISummaryResourceProperties
Public Interface ICryptoKeySummaryResource
Implements ISummaryResourceProperties
- Derived
- Attributes
- Implements
Properties
PairedKey |
Total number of keys found that have a matching paired key or certificate. |
PrivateKey |
Total number of private keys found. |
PublicKey |
Total number of (non-certificate) public keys found. |
ShortKeySize |
Total number of keys found that have an insecure key size for the algorithm. |
SummaryType |
Describes the type of summary. (Inherited from ISummaryResourceProperties) |
TotalKey |
Total number of cryptographic keys found. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |