Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class CertificationMetadata

    Represents the metadata details associated with a digital signature

    Inheritance
    object
    CertificationMetadata
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Transport
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class CertificationMetadata

    Properties

    ContactInfo

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

    CreatedBy

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

    Location

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

    Name

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

    Reason

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

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation