GET Enrollment Patterns Subject Parts
The GET /EnrollmentPatterns/SubjectParts method is used to retrieve a list of the certificate subject parts that are supported for regular expressions (PatternRegexes) and defaults (EnrollmentPatternDefaults). This method returns HTTP 200 OK on a success with the list of supported certificate subject part fields. This method has no input parameters other than the standard headers (see Endpoint Common Features).
Table 481: GET Enrollment Patterns Subject Parts Response Data
Name | Description |
---|---|
SubjectPart | A string indicating the supported subject part code (e.g. L for City/Locality). |
SubjectPartName | A string containing a friendly name for the subject part (e.g. City/Locality). |


