Class CredentialWithCertificate
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Crosser.EdgeNode.Flows.Abstractions.CredentialWithCertificate
Assembly: Crosser.EdgeNode.Flows.Abstractions.dll
Syntax
public class CredentialWithCertificate : Credential
Properties
Certificate
Declaration
[JsonProperty("certificate")]
public byte[] Certificate { get; }
Property Value
System.Byte[]
|
Password
Declaration
[JsonProperty("password")]
public string Password { get; }
Property Value
System.String
|
X509Certificate2
Declaration
[JsonIgnore]
public X509Certificate2 X509Certificate2 { get; }
Property Value
System.Security.Cryptography.X509Certificates.X509Certificate2
|