Show / Hide Table of Contents

Class PkiBrazilCertificateFields

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

Properties

CertificateType

Declaration
public PkiBrazilCertificateTypes CertificateType { get; set; }
Property Value
Type Description
Lacuna.RestPki.Api.PkiBrazilCertificateTypes

Cnpj

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

CnpjFormatted

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

CompanyName

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

Cpf

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

CpfFormatted

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

DateOfBirth

Declaration
public DateTime? DateOfBirth { get; set; }
Property Value
Type Description
Nullable<DateTime>

OabNumero

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

OabUF

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

Responsavel

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

RGEmissor

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

RGEmissorUF

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

RGNumero

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