Class CompleteRevocationRefsType
[Serializable]
public class CompleteRevocationRefsType
- Inheritance
-
CompleteRevocationRefsType
- Derived
- Inherited Members
Properties
CrlRefs
[AllowNull]
[MaybeNull]
public Collection<CrlRefType> CrlRefs { get; set; }
Property Value
CrlRefsSpecified
Gets a value indicating whether the CrlRefs collection is empty.
public bool CrlRefsSpecified { get; }
Property Value
Id
[AllowNull]
[MaybeNull]
public string Id { get; set; }
Property Value
OcspRefs
[AllowNull]
[MaybeNull]
public Collection<OcspRefType> OcspRefs { get; set; }
Property Value
OcspRefsSpecified
Gets a value indicating whether the OcspRefs collection is empty.
public bool OcspRefsSpecified { get; }
Property Value
OtherRefs
[AllowNull]
[MaybeNull]
public Collection<AnyType> OtherRefs { get; set; }
Property Value
OtherRefsSpecified
Gets a value indicating whether the OtherRefs collection is empty.
public bool OtherRefsSpecified { get; }