Create an object.
- (nullable instancetype)initWithDelegate:
(id<CertificateRequestDelegate>)delegate p12File:(NSURL)p12URL
p12Password:(NSString)pwdParameters
Parameter | Description |
|---|---|
| Your delegate that will be called as the certificate request workflow proceeds |
| A URL to a file with a .p12 certificate that will be returned |
| The password for the .p12 file |
Return Value
An initialized object; may be null if memory is full
Declared in
CertificateRequestEmbeddedP12.h