Microsoft.Xades.CompleteRevocationRefs.CompleteRevocationRefs C# (CSharp) 메소드

CompleteRevocationRefs() 공개 메소드

Default constructor
public CompleteRevocationRefs ( ) : System
리턴 System
		public CompleteRevocationRefs()
		{
			this.crlRefs = new CRLRefs();
			this.ocspRefs = new OCSPRefs();
			this.otherRefs = new OtherRefs();
		}
		#endregion