Gets a 'Endorser Party' entry. Endorser Party (ASBIE). The party providing the endorsement.

Namespace: Unimaze.Composer.Ubl2
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public IEndorserParty GetEndorserParty(
	int index
)
Visual Basic
Public Function GetEndorserParty ( 
	index As Integer
) As IEndorserParty
Visual C++
public:
virtual IEndorserParty^ GetEndorserParty(
	int index
) sealed
F#
abstract GetEndorserParty : 
        index : int -> IEndorserParty 
override GetEndorserParty : 
        index : int -> IEndorserParty 

Parameters

index
Type: System..::..Int32
The index of the IEndorserParty to get.

Return Value

Type: IEndorserParty
The indexed IEndorserParty object.

Implements

ICertificateOfOrigin..::..GetEndorserParty(Int32)

See Also