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

CRLRefs() public method

Default constructor
public CRLRefs ( ) : System
return System
		public CRLRefs()
		{
			this.crlRefCollection = new CRLRefCollection();
		}
		#endregion