C# 클래스 Org.BouncyCastle.Asn1.X509.AttCertValidityPeriod

상속: Org.BouncyCastle.Asn1.Asn1Encodable
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
AttCertValidityPeriod ( DerGeneralizedTime notBeforeTime, DerGeneralizedTime notAfterTime ) : System
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : AttCertValidityPeriod
GetInstance ( object obj ) : AttCertValidityPeriod
ToAsn1Object ( ) : Asn1Object

비공개 메소드들

메소드 설명
AttCertValidityPeriod ( Asn1Sequence seq ) : System

메소드 상세

AttCertValidityPeriod() 공개 메소드

public AttCertValidityPeriod ( DerGeneralizedTime notBeforeTime, DerGeneralizedTime notAfterTime ) : System
notBeforeTime Org.BouncyCastle.Asn1.DerGeneralizedTime
notAfterTime Org.BouncyCastle.Asn1.DerGeneralizedTime
리턴 System

GetInstance() 공개 정적인 메소드

public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : AttCertValidityPeriod
obj Org.BouncyCastle.Asn1.Asn1TaggedObject
explicitly bool
리턴 AttCertValidityPeriod

GetInstance() 공개 정적인 메소드

public static GetInstance ( object obj ) : AttCertValidityPeriod
obj object
리턴 AttCertValidityPeriod

ToAsn1Object() 공개 메소드

public ToAsn1Object ( ) : Asn1Object
리턴 Org.BouncyCastle.Asn1.Asn1Object