EncryptionCertificateIssuer Property
The common name of the certificate issuer (CA), typically a company name.
Syntax
ANSI (Cross Platform) char* GetEncryptionCertificateIssuer(); Unicode (Windows) LPWSTR GetEncryptionCertificateIssuer();
@property (nonatomic,readonly,assign,getter=encryptionCertificateIssuer) NSString* encryptionCertificateIssuer; - (NSString*)encryptionCertificateIssuer;
#define PID_PDFENCRYPTOR_ENCRYPTIONCERTIFICATEISSUER 11 SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_PDFEncryptor_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
Default Value
""
Remarks
The common name of the certificate issuer (CA), typically a company name.
This property is read-only and not available at design time.
Data Type
String