Class CertificateValuesType
[Serializable]
public class CertificateValuesType
- Inheritance
-
CertificateValuesType
- Derived
- Inherited Members
Properties
EncapsulatedX509Certificate
[AllowNull]
[MaybeNull]
public Collection<EncapsulatedPkiDataType> EncapsulatedX509Certificate { get; set; }
Property Value
EncapsulatedX509CertificateSpecified
Gets a value indicating whether the EncapsulatedX509Certificate collection is empty.
public bool EncapsulatedX509CertificateSpecified { get; }
Property Value
Id
[AllowNull]
[MaybeNull]
public string Id { get; set; }
Property Value
OtherCertificate
[AllowNull]
[MaybeNull]
public Collection<AnyType> OtherCertificate { get; set; }
Property Value
OtherCertificateSpecified
Gets a value indicating whether the OtherCertificate collection is empty.
public bool OtherCertificateSpecified { get; }