Class X509DataType

Namespace
Org.W3._2000._09.Xmldsig
Assembly
EInvoice.Ubl.dll
[Serializable]
public class X509DataType
Inheritance
X509DataType
Inherited Members

Properties

Any

[AllowNull]
[MaybeNull]
public Collection<XmlElement> Any { get; set; }

Property Value

Collection<XmlElement>

AnySpecified

Gets a value indicating whether the Any collection is empty.

public bool AnySpecified { get; }

Property Value

bool

X509Certificate

[AllowNull]
[MaybeNull]
public Collection<byte[]> X509Certificate { get; set; }

Property Value

Collection<byte[]>

X509CertificateSpecified

Gets a value indicating whether the X509Certificate collection is empty.

public bool X509CertificateSpecified { get; }

Property Value

bool

X509Crl

[AllowNull]
[MaybeNull]
public Collection<byte[]> X509Crl { get; set; }

Property Value

Collection<byte[]>

X509CrlSpecified

Gets a value indicating whether the X509Crl collection is empty.

public bool X509CrlSpecified { get; }

Property Value

bool

X509IssuerSerial

[AllowNull]
[MaybeNull]
public Collection<X509IssuerSerialType> X509IssuerSerial { get; set; }

Property Value

Collection<X509IssuerSerialType>

X509IssuerSerialSpecified

Gets a value indicating whether the X509IssuerSerial collection is empty.

public bool X509IssuerSerialSpecified { get; }

Property Value

bool

X509Ski

[AllowNull]
[MaybeNull]
public Collection<byte[]> X509Ski { get; set; }

Property Value

Collection<byte[]>

X509SkiSpecified

Gets a value indicating whether the X509Ski collection is empty.

public bool X509SkiSpecified { get; }

Property Value

bool

X509SubjectName

[AllowNull]
[MaybeNull]
public Collection<string> X509SubjectName { get; set; }

Property Value

Collection<string>

X509SubjectNameSpecified

Gets a value indicating whether the X509SubjectName collection is empty.

public bool X509SubjectNameSpecified { get; }

Property Value

bool