BigQueryConnectionParameters.PrivateKeyFileName Property
Gets or sets the path to the P12 private key file.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
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