Class CertificateConfig
Configuration for certificate authentication.
Inherited Members
Namespace: Cognite.Extensions
Assembly: Cognite.Extensions.dll
Syntax
public class CertificateConfig
  Properties
| Edit this page View SourceAuthorityUrl
Authority URL. Either this or [authority]/[tenant] is used.
Declaration
public string? AuthorityUrl { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Password
Certificate password.
Declaration
public string? Password { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Path
Path to base 64 encoded x509 certificate.
Declaration
public string? Path { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |