Class RevocationValuesType
[Serializable]
public class RevocationValuesType
- Inheritance
-
RevocationValuesType
- Derived
- Inherited Members
Properties
CrlValues
[AllowNull]
[MaybeNull]
public Collection<EncapsulatedPkiDataType> CrlValues { get; set; }
Property Value
CrlValuesSpecified
Gets a value indicating whether the CrlValues collection is empty.
public bool CrlValuesSpecified { get; }
Property Value
Id
[AllowNull]
[MaybeNull]
public string Id { get; set; }
Property Value
OcspValues
[AllowNull]
[MaybeNull]
public Collection<EncapsulatedPkiDataType> OcspValues { get; set; }
Property Value
OcspValuesSpecified
Gets a value indicating whether the OcspValues collection is empty.
public bool OcspValuesSpecified { get; }
Property Value
OtherValues
[AllowNull]
[MaybeNull]
public Collection<AnyType> OtherValues { get; set; }
Property Value
OtherValuesSpecified
Gets a value indicating whether the OtherValues collection is empty.
public bool OtherValuesSpecified { get; }