EncryptionCertIssuerRDN Property
A collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate issuer.
Syntax
ANSI (Cross Platform) char* GetEncryptionCertIssuerRDN(int iEncryptionCertIndex);
int SetEncryptionCertIssuerRDN(int iEncryptionCertIndex, const char* lpszEncryptionCertIssuerRDN); Unicode (Windows) LPWSTR GetEncryptionCertIssuerRDN(INT iEncryptionCertIndex);
INT SetEncryptionCertIssuerRDN(INT iEncryptionCertIndex, LPCWSTR lpszEncryptionCertIssuerRDN);
- (NSString*)encryptionCertIssuerRDN:(int)encryptionCertIndex; - (void)setEncryptionCertIssuerRDN:(int)encryptionCertIndex:(NSString*)newEncryptionCertIssuerRDN;
#define PID_PDFENCRYPTOR_ENCRYPTIONCERTISSUERRDN 44 SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_PDFEncryptor_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal); SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_PDFEncryptor_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal); SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_PDFEncryptor_CheckIndex(void *lpObj, int propid, int arridx);
Default Value
""
Remarks
A collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate issuer.
The EncryptionCertIndex parameter specifies the index of the item in the array. The size of the array is controlled by the EncryptionCertCount property.
This property is not available at design time.
Data Type
String