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