Show / Hide Table of Contents
Editar no GitHub

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

| Improve this Doc View Source

CertificateType

Declaration
public PkiBrazilCertificateTypes CertificateType { get; set; }
Property Value
Type Description
Lacuna.RestPki.Api.PkiBrazilCertificateTypes
| Improve this Doc View Source

Cnpj

Declaration
public string Cnpj { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

CnpjFormatted

Declaration
public string CnpjFormatted { get; }
Property Value
Type Description
String
| Improve this Doc View Source

CompanyName

Declaration
public string CompanyName { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Cpf

Declaration
public string Cpf { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

CpfFormatted

Declaration
public string CpfFormatted { get; }
Property Value
Type Description
String
| Improve this Doc View Source

DateOfBirth

Declaration
public DateTime? DateOfBirth { get; set; }
Property Value
Type Description
Nullable<DateTime>
| Improve this Doc View Source

OabNumero

Declaration
public string OabNumero { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

OabUF

Declaration
public string OabUF { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

Responsavel

Declaration
public string Responsavel { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

RGEmissor

Declaration
public string RGEmissor { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

RGEmissorUF

Declaration
public string RGEmissorUF { get; set; }
Property Value
Type Description
String
| Improve this Doc View Source

RGNumero

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