Table of Contents

Class CredentialWithCertificate

Namespace
Crosser.EdgeNode.Flows.Abstractions
Assembly
Crosser.EdgeNode.Flows.Abstractions.dll
public class CredentialWithCertificate : Credential
Inheritance
CredentialWithCertificate
Inherited Members

Constructors

CredentialWithCertificate()

public CredentialWithCertificate()

CredentialWithCertificate(byte[], string)

[JsonConstructor]
public CredentialWithCertificate(byte[] certificate, string password)

Parameters

certificate byte[]
password string

Properties

Certificate

public byte[] Certificate { get; set; }

Property Value

byte[]

Password

public string? Password { get; set; }

Property Value

string

X509Certificate2

[JsonIgnore]
public X509Certificate2 X509Certificate2 { get; }

Property Value

X509Certificate2