Show / Hide Table of Contents

    Class CredentialWithCertificate

    Inheritance
    System.Object
    Credential
    CredentialWithCertificate
    Inherited Members
    Credential.ATTRIBUTE
    Credential.Id
    Credential.Data
    Credential.AlgorithmId
    Credential.EncryptionKeyId
    Credential.CredentialType
    Credential.ToString()
    Credential.ToCredential<T>()
    Credential.ToCredential<T>(Credential)
    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

    Back to top Crosser SDK