ICryptoCertificate 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.CryptoCertificateTypeConverter))]
public interface ICryptoCertificate : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CryptoCertificateTypeConverter))>]
type ICryptoCertificate = interface
interface IJsonSerializable
Public Interface ICryptoCertificate
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
CryptoCertId |
ID for the certificate result. |
Encoding |
Encoding used for the certificate. |
ExpirationDate |
Expiration date for the certificate. |
FilePath |
List of files where this certificate was found. |
Fingerprint |
Fingerprint of the certificate. |
IsExpired |
Indicates if the certificate is expired. |
IsSelfSigned |
Indicates if the certificate is self-signed. |
IsShortKeySize |
Indicates the certificate's key size is considered too small to be secure for the key algorithm. |
IssuedDate |
Issue date for the certificate. |
IssuerCommonName |
Common name of the certificate entity. |
IssuerCountry |
Country code of the certificate entity. |
IssuerOrganization |
Organization of the certificate entity. |
IssuerOrganizationalUnit |
The organizational unit of the certificate entity. |
IssuerState |
Geographical state or province of the certificate entity. |
IsWeakSignature |
Indicates the signature algorithm used is insecure. |
KeyAlgorithm |
Key algorithm used in the certificate. |
KeySize |
Size of the certificate's key in bits |
Name |
Name of the certificate. |
PairedKeyId |
ID of the paired key or certificate. |
PairedKeyType |
The type indicating whether the paired object is a key or certificate. |
Role |
Role of the certificate (Root CA, etc) |
SerialNumber |
Serial number of the certificate. |
SignatureAlgorithm |
The signature algorithm used in the certificate. |
SubjectCommonName |
Common name of the certificate entity. |
SubjectCountry |
Country code of the certificate entity. |
SubjectOrganization |
Organization of the certificate entity. |
SubjectOrganizationalUnit |
The organizational unit of the certificate entity. |
SubjectState |
Geographical state or province of the certificate entity. |
Usage |
List of functions the certificate can fulfill. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |