Skip to main content

BigQueryConnectionParameters.PrivateKeyFileName Property

Gets or sets the path to the P12 private key file.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string PrivateKeyFileName { get; set; }

Property Value

Type Description
String

A String value that specifies path to the P12 private key file.

Remarks

Note that the PrivateKeyFileName property is in effect when the authorization type is set to BigQueryAuthorizationType.PrivateKeyFile.

See Also