Microsoft.Xades.CompleteRevocationRefs.CompleteRevocationRefs C# (CSharp) Method

CompleteRevocationRefs() public method

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