C# 클래스 org.GraphDefined.Vanaheimr.Hermod.Mail.EMailAddress

파일 보기 프로젝트 열기: Vanaheimr/Hermod 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
EMailAddress ( SimpleEMailAddress SimpleEMailAddress, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System

Create a new e-mail address.

EMailAddress ( String SimpleEMailAddressString, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System

Create a new e-mail address.

EMailAddress ( String OwnerName, SimpleEMailAddress SimpleEMailAddress, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System

Create a new e-mail address.

EMailAddress ( String OwnerName, String SimpleEMailAddressString, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System

Create a new e-mail address.

Parse ( String EMailString ) : EMailAddress
ToString ( ) : String

Returns a string representation of this object.

메소드 상세

EMailAddress() 공개 메소드

Create a new e-mail address.
public EMailAddress ( SimpleEMailAddress SimpleEMailAddress, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System
SimpleEMailAddress SimpleEMailAddress A simple e-mail address.
SecretKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing The secret key ring for an e-mail address.
PublicKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing The public key ring for an e-mail address.
리턴 System

EMailAddress() 공개 메소드

Create a new e-mail address.
public EMailAddress ( String SimpleEMailAddressString, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System
SimpleEMailAddressString String A string representation of a simple e-mail address.
SecretKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing The secret key ring for an e-mail address.
PublicKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing The public key ring for an e-mail address.
리턴 System

EMailAddress() 공개 메소드

Create a new e-mail address.
public EMailAddress ( String OwnerName, SimpleEMailAddress SimpleEMailAddress, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System
OwnerName String The name of the owner of the e-mail address.
SimpleEMailAddress SimpleEMailAddress A simple e-mail address.
SecretKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing The secret key ring for an e-mail address.
PublicKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing The public key ring for an e-mail address.
리턴 System

EMailAddress() 공개 메소드

Create a new e-mail address.
public EMailAddress ( String OwnerName, String SimpleEMailAddressString, PgpSecretKeyRing SecretKeyRing = null, PgpPublicKeyRing PublicKeyRing = null ) : System
OwnerName String The name of the owner of the e-mail address.
SimpleEMailAddressString String A string representation of a simple e-mail address.
SecretKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpSecretKeyRing The public key ring for an e-mail address.
PublicKeyRing Org.BouncyCastle.Bcpg.OpenPgp.PgpPublicKeyRing The secret key ring for an e-mail address.
리턴 System

Parse() 공개 정적인 메소드

public static Parse ( String EMailString ) : EMailAddress
EMailString String
리턴 EMailAddress

ToString() 공개 메소드

Returns a string representation of this object.
public ToString ( ) : String
리턴 String