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.v24.2.dll

NuGet Package: DevExpress.DataAccess

#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