Create an object with given settings instead of relying on managed app configuration. This is a testing method.
- (nullable instancetype)initWithDelegate: (id<CertificateRequestDelegate>)delegate testSettings:INSDictionary)Parameters
Parameter | Description |
|---|---|
| Your delegate that will be called as the certificate request workflow proceeds. |
| The settings that would otherwise be provided by managed app configuration. |
Return Value
An initialized object; may be null if memory is full
Declared in
CertificateRequestWorkflow.h