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