Show / Hide Table of Contents

Class CertificateConfig

Configuration for certificate authentication.

Inheritance
object
CertificateConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cognite.Extensions
Assembly: Cognite.Extensions.dll
Syntax
public class CertificateConfig

Properties

| Edit this page View Source

AuthorityUrl

Authority URL. Either this or [authority]/[tenant] is used.

Declaration
public string? AuthorityUrl { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Password

Certificate password.

Declaration
public string? Password { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Path

Path to base 64 encoded x509 certificate.

Declaration
public string? Path { get; set; }
Property Value
Type Description
string

Extension Methods

DataModelUtils.GetOrCreateResourcesAsync<T, T2>(T2, IEnumerable<InstanceIdentifier>, Func<IEnumerable<InstanceIdentifier>, IEnumerable<SourcedNodeWrite<T>>>, Func<IEnumerable<SourcedNodeWrite<T>>, SanitationMode, (IEnumerable<SourcedNodeWrite<T>>, IEnumerable<CogniteError<SourcedNodeWrite<T>>>)>, int, int, RetryMode, SanitationMode, CancellationToken)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX