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
Properties
Certificate
public byte[] Certificate { get; set; }
Property Value
- byte[]
Password
public string? Password { get; set; }
Property Value
X509Certificate2
[JsonIgnore]
public X509Certificate2 X509Certificate2 { get; }