Share via


ICryptoKeyResource.FilePath Property

Definition

List of files where this key was found.

[Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=false, Description="List of files where this key was found.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="filePaths", Update=false)]
public System.Collections.Generic.List<string> FilePath { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=false, Description="List of files where this key was found.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="filePaths", Update=false)>]
member this.FilePath : System.Collections.Generic.List<string>
Public ReadOnly Property FilePath As List(Of String)

Property Value

Attributes

Applies to