Show / Hide Table of Contents
Editar no GitHub

Class IcpBrasilSanEncoding

Inheritance
Object
IcpBrasilSanEncoding
IcpBrasilSanEncoding.Aplicacao
IcpBrasilSanEncoding.PessoaFisica
IcpBrasilSanEncoding.PessoaJuridica
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Lacuna.Pki.Issuer
Assembly: Lacuna.Pki.dll
Syntax
public abstract class IcpBrasilSanEncoding

Properties

| Improve this Doc View Source

Cpf

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

DataNascimento

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

Email

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

Rg

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

RgEmissor

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

RgEmissorUf

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

SocialId

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

Methods

| Improve this Doc View Source

NormalizeParameters()

Declaration
protected void NormalizeParameters()
Back to top Copyright © 2015-2020 Lacuna Software