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

OCSPValues() public method

Default constructor
public OCSPValues ( ) : System
return System
		public OCSPValues()
		{
			this.ocspValueCollection = new OCSPValueCollection();
		}
		#endregion