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

CRLValue() public method

Default constructor
public CRLValue ( ) : System
return System
		public CRLValue()
		{
			this.TagName = "EncapsulatedCRLValue";
		}
		#endregion
CRLValue