Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The EnrolleeRevocationInformation complex type contains information about the enrollee's revocation authorities.
-
<s:complexType name="EnrolleeRevocationInformation"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="RevocationType" type="tns:RevocationTypeEnum" /> <s:element minOccurs="0" maxOccurs="1" name="aRevocationAuthorities" type="tns:ArrayOfRevocationAuthorityInformation" /> </s:sequence> </s:complexType>
RevocationType: The revocation type. MUST be either "StandardRevocation" or "CustomRevocation", specified as a string. Although "NonRevocable" is specified as a possible value by WSDL, it is not supported. "StandardRevocation" indicates that the issuer can revoke the SLC. "CustomRevocation" indicates that a third party specified by aRevocationAuthorities can revoke the SLC. "StandardRevocation" is recommended.
aRevocationAuthorities: MUST exist only if RevocationType is set to "CustomRevocation" and MUST be empty otherwise. If RevocationType is set to "CustomRevocation", this MUST contain one or more RevocationAuthorityInformation elements.