Microsoft.Xades.CounterSignatureCollection.Add C# (CSharp) Method

Add() public method

Add new typed object to the collection
public Add ( ) : XadesSignedXml
return XadesSignedXml
		public XadesSignedXml Add()
		{
			return this.Add(new XadesSignedXml());
		}
	}

Same methods

CounterSignatureCollection::Add ( XadesSignedXml objectToAdd ) : XadesSignedXml
CounterSignatureCollection