Class SignerRoleType

Namespace
Org.Etsi.Uri._01903.V1._3._2
Assembly
EInvoice.Ubl.dll
[Serializable]
public class SignerRoleType
Inheritance
SignerRoleType
Inherited Members

Properties

CertifiedRoles

[AllowNull]
[MaybeNull]
public Collection<EncapsulatedPkiDataType> CertifiedRoles { get; set; }

Property Value

Collection<EncapsulatedPkiDataType>

CertifiedRolesSpecified

Gets a value indicating whether the CertifiedRoles collection is empty.

public bool CertifiedRolesSpecified { get; }

Property Value

bool

ClaimedRoles

[AllowNull]
[MaybeNull]
public Collection<AnyType> ClaimedRoles { get; set; }

Property Value

Collection<AnyType>

ClaimedRolesSpecified

Gets a value indicating whether the ClaimedRoles collection is empty.

public bool ClaimedRolesSpecified { get; }

Property Value

bool