AddPublicKeyRecipientFromStore
Bezpečnosť a podpisy
Opis
Pridá certifikát X.509 z Windows certificate store ako príjemcu šifrovania verejným kľúčom
Syntax
Delphi
Function TPDFlib.AddPublicKeyRecipientFromStore(Const StoreName, CertificateName: WideString; UseMachineStore, Permissions: Integer): Integer;
ActiveX
Function PDFlib::AddPublicKeyRecipientFromStore(StoreName As String, CertificateName As String, UseMachineStore As Long, Permissions As Long) As Long
DLL
int DLAddPublicKeyRecipientFromStore(int InstanceID, const wchar_t* StoreName, const wchar_t* CertificateName, int UseMachineStore, int Permissions);
Parametre
| StoreName | Windows certificate store name such as MY |
|---|---|
| CertificateName | Case-insensitive simple display name, or an empty string to select the first certificate |
| UseMachineStore | Use a nonzero value for the local-machine store or zero for the current-user store |
| Permissions | Permission mask returned by EncodePermissions |
Návratové hodnoty
| 1 | The recipient certificate was added |
|---|---|
| 0 | The store, certificate, permissions, or document state was invalid |
Poznámky
The DLL also exports DLAddPublicKeyRecipientFromStoreA for ANSI strings