ICryptoCertificate.KeyAlgorithm Property
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.
Key algorithm used in the certificate.
[Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="Key algorithm used in the certificate.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="keyAlgorithm", Update=true)]
public string KeyAlgorithm { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="Key algorithm used in the certificate.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="keyAlgorithm", Update=true)>]
member this.KeyAlgorithm : string with get, set
Public Property KeyAlgorithm As String
Property Value
- Attributes