Show / Hide Table of Contents

Class EcuadorCertificateFields

Inheritance
Object
EcuadorCertificateFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class EcuadorCertificateFields

Properties

Apellidos

Declaration
public string Apellidos { get; }
Property Value
Type Description
String

Cargo

Declaration
public string Cargo { get; }
Property Value
Type Description
String

CedulaDeIdentidad

Declaration
public string CedulaDeIdentidad { get; }
Property Value
Type Description
String

CertificateType

Declaration
public EcuadorCertificateFields.CertificateTypes CertificateType { get; }
Property Value
Type Description
EcuadorCertificateFields.CertificateTypes

Ciudad

Declaration
public string Ciudad { get; }
Property Value
Type Description
String

Direccion

Declaration
public string Direccion { get; }
Property Value
Type Description
String

Nombres

Declaration
public string Nombres { get; }
Property Value
Type Description
String

Pais

Declaration
public string Pais { get; }
Property Value
Type Description
String

Pasaporte

Declaration
public string Pasaporte { get; }
Property Value
Type Description
String

RazonSocial

Declaration
public string RazonSocial { get; }
Property Value
Type Description
String

Ruc

Registro Único de Contribuyentes

Declaration
public string Ruc { get; }
Property Value
Type Description
String

Rup

Registro Único de Proveedores

Declaration
public string Rup { get; }
Property Value
Type Description
String

Telefono

Declaration
public string Telefono { get; }
Property Value
Type Description
String
Back to top Copyright © 2015-2020 Lacuna Software