Updated project information for 3.2.1

pull/119/head v3.2.1
dahall 2020-03-17 07:00:15 -06:00
parent 6fd4f8c749
commit 0103ccd99b
5 changed files with 43 additions and 9 deletions

View File

@ -1,5 +1,5 @@
## Correlation report for crypt32.dll, bcrypt.dll, ncrypt.dll, tokenbinding.dll, cryptui.dll
### Methods (100% complete, 367 of 367 functions)
### Methods (100% complete, 365 of 365 functions)
Native Method | Native DLL | Header | Managed Method
--- | --- | --- | ---
[BCryptAddContextFunction](http://msdn2.microsoft.com/en-us/library/4f5b6db0-775d-42de-b9d9-a99fb11c89f2) | bcrypt.dll | bcrypt.h | [Vanara.PInvoke.BCrypt.BCryptAddContextFunction](https://github.com/dahall/Vanara/search?l=C%23&q=BCryptAddContextFunction)
@ -178,12 +178,10 @@ Native Method | Native DLL | Header | Managed Method
[CryptDecodeMessage](http://msdn2.microsoft.com/en-us/library/25ffd058-8f75-4ba5-b075-e3efc09f5d9d) | crypt32.dll | wincrypt.h | [Vanara.PInvoke.Crypt32.CryptDecodeMessage](https://github.com/dahall/Vanara/search?l=C%23&q=CryptDecodeMessage)
[CryptDecodeObject](http://msdn2.microsoft.com/en-us/library/7d5ed4f4-9d76-4a16-9059-27b0edd83459) | crypt32.dll | wincrypt.h | [Vanara.PInvoke.Crypt32.CryptDecodeObject](https://github.com/dahall/Vanara/search?l=C%23&q=CryptDecodeObject)
[CryptDecodeObjectEx](http://msdn2.microsoft.com/en-us/library/bf1935f0-1ab0-4068-9ed5-8fbb2c286b8a) | crypt32.dll | wincrypt.h | [Vanara.PInvoke.Crypt32.CryptDecodeObjectEx](https://github.com/dahall/Vanara/search?l=C%23&q=CryptDecodeObjectEx)
[CryptDecrypt](http://msdn2.microsoft.com/en-us/library/7c3d2838-6fd1-4f6c-9586-8b94b459a31a) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.Crypt32.CryptDecrypt](https://github.com/dahall/Vanara/search?l=C%23&q=CryptDecrypt)
[CryptDecryptAndVerifyMessageSignature](http://msdn2.microsoft.com/en-us/library/0864a187-617f-4a21-9809-d2dbbc54ab9c) | crypt32.dll | wincrypt.h | [Vanara.PInvoke.Crypt32.CryptDecryptAndVerifyMessageSignature](https://github.com/dahall/Vanara/search?l=C%23&q=CryptDecryptAndVerifyMessageSignature)
[CryptDecryptMessage](http://msdn2.microsoft.com/en-us/library/e540b816-64e1-4c78-9020-2b221e813acc) | crypt32.dll | wincrypt.h | [Vanara.PInvoke.Crypt32.CryptDecryptMessage](https://github.com/dahall/Vanara/search?l=C%23&q=CryptDecryptMessage)
[CryptEncodeObject](http://msdn2.microsoft.com/en-us/library/9576a2a7-4379-4c1b-8ad5-284720cf7ccc) | crypt32.dll | wincrypt.h | [Vanara.PInvoke.Crypt32.CryptEncodeObject](https://github.com/dahall/Vanara/search?l=C%23&q=CryptEncodeObject)
[CryptEncodeObjectEx](http://msdn2.microsoft.com/en-us/library/45134db8-059b-43d3-90c2-9b6cc970fca0) | crypt32.dll | wincrypt.h | [Vanara.PInvoke.Crypt32.CryptEncodeObjectEx](https://github.com/dahall/Vanara/search?l=C%23&q=CryptEncodeObjectEx)
[CryptEncrypt](http://msdn2.microsoft.com/en-us/library/697c4960-552b-4c3a-95cf-4632af56945b) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.Crypt32.CryptEncrypt](https://github.com/dahall/Vanara/search?l=C%23&q=CryptEncrypt)
[CryptEncryptMessage](http://msdn2.microsoft.com/en-us/library/927f2e9a-96cf-4744-bd57-420b5034d28d) | crypt32.dll | wincrypt.h | [Vanara.PInvoke.Crypt32.CryptEncryptMessage](https://github.com/dahall/Vanara/search?l=C%23&q=CryptEncryptMessage)
[CryptEnumKeyIdentifierProperties](http://msdn2.microsoft.com/en-us/library/6e57d935-4cfb-44af-b1c6-6c399c959452) | crypt32.dll | wincrypt.h | [Vanara.PInvoke.Crypt32.CryptEnumKeyIdentifierProperties](https://github.com/dahall/Vanara/search?l=C%23&q=CryptEnumKeyIdentifierProperties)
[CryptEnumOIDFunction](http://msdn2.microsoft.com/en-us/library/aa2fba03-183b-4b74-b306-8f4592995897) | crypt32.dll | wincrypt.h | [Vanara.PInvoke.Crypt32.CryptEnumOIDFunction](https://github.com/dahall/Vanara/search?l=C%23&q=CryptEnumOIDFunction)
@ -524,9 +522,11 @@ Native Structure | Header | Managed Structure
[PCCERT_CONTEXT](https://www.google.com/search?num=5&q=PCCERT_CONTEXT+site%3Amicrosoft.com) | | [Vanara.PInvoke.Crypt32.PCCERT_CONTEXT](https://github.com/dahall/Vanara/search?l=C%23&q=PCCERT_CONTEXT)
[PCCERT_SERVER_OCSP_RESPONSE_CONTEXT](https://www.google.com/search?num=5&q=PCCERT_SERVER_OCSP_RESPONSE_CONTEXT+site%3Amicrosoft.com) | | [Vanara.PInvoke.Crypt32.PCCERT_SERVER_OCSP_RESPONSE_CONTEXT](https://github.com/dahall/Vanara/search?l=C%23&q=PCCERT_SERVER_OCSP_RESPONSE_CONTEXT)
[PCCRL_CONTEXT](https://www.google.com/search?num=5&q=PCCRL_CONTEXT+site%3Amicrosoft.com) | | [Vanara.PInvoke.Crypt32.PCCRL_CONTEXT](https://github.com/dahall/Vanara/search?l=C%23&q=PCCRL_CONTEXT)
[PCCRYPT_OID_INFO](https://www.google.com/search?num=5&q=PCCRYPT_OID_INFO+site%3Amicrosoft.com) | | [Vanara.PInvoke.Crypt32.PCCRYPT_OID_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=PCCRYPT_OID_INFO)
[PCCRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT](https://www.google.com/search?num=5&q=PCCRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT+site%3Amicrosoft.com) | | [Vanara.PInvoke.CryptUI.PCCRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT](https://github.com/dahall/Vanara/search?l=C%23&q=PCCRYPTUI_WIZ_DIGITAL_SIGN_CONTEXT)
[PCCTL_CONTEXT](https://www.google.com/search?num=5&q=PCCTL_CONTEXT+site%3Amicrosoft.com) | | [Vanara.PInvoke.Crypt32.PCCTL_CONTEXT](https://github.com/dahall/Vanara/search?l=C%23&q=PCCTL_CONTEXT)
[PUBLICKEYSTRUC](http://msdn2.microsoft.com/en-us/library/99d41222-b4ca-40f3-a240-52b0a9b3a9aa) | wincrypt.h | [Vanara.PInvoke.Crypt32.PUBLICKEYSTRUC](https://github.com/dahall/Vanara/search?l=C%23&q=PUBLICKEYSTRUC)
[SafeCRYPTOAPI_BLOB](https://www.google.com/search?num=5&q=SafeCRYPTOAPI_BLOB+site%3Amicrosoft.com) | wincrypt.h | [Vanara.PInvoke.Crypt32.SafeCRYPTOAPI_BLOB](https://github.com/dahall/Vanara/search?l=C%23&q=SafeCRYPTOAPI_BLOB)
[SIP_ADD_NEWPROVIDER](http://msdn2.microsoft.com/en-us/library/5ca88c0c-a7c9-4517-a874-49d38c1bc7c3) | mssip.h | [Vanara.PInvoke.Crypt32.SIP_ADD_NEWPROVIDER](https://github.com/dahall/Vanara/search?l=C%23&q=SIP_ADD_NEWPROVIDER)
[SIP_CAP_SET_V2](http://msdn2.microsoft.com/en-us/library/0B6D173B-0183-4A7C-BB92-2D451F746164) | mssip.h | [Vanara.PInvoke.Crypt32.SIP_CAP_SET_V2](https://github.com/dahall/Vanara/search?l=C%23&q=SIP_CAP_SET_V2)
[SIP_CAP_SET_V3](http://msdn2.microsoft.com/en-us/library/0B6D173B-0183-4A7C-BB92-2D451F746164) | mssip.h | [Vanara.PInvoke.Crypt32.SIP_CAP_SET_V3](https://github.com/dahall/Vanara/search?l=C%23&q=SIP_CAP_SET_V3)

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
## Correlation report for advapi32.dll, secur32.dll, authz.dll, sspicli.dll, schannel.dll
### Methods (100% complete, 527 of 527 functions)
### Methods (100% complete, 558 of 558 functions)
Native Method | Native DLL | Header | Managed Method
--- | --- | --- | ---
[AbortSystemShutdown](http://msdn2.microsoft.com/en-us/library/aa376630) | advapi32.dll | winreg.h | [Vanara.PInvoke.AdvApi32.AbortSystemShutdown](https://github.com/dahall/Vanara/search?l=C%23&q=AbortSystemShutdown)
@ -143,6 +143,37 @@ Native Method | Native DLL | Header | Managed Method
[CredUnprotect](http://msdn2.microsoft.com/en-us/library/7a22fb2b-edfc-45f2-b2d2-729f3761584d) | advapi32.dll | wincred.h | [Vanara.PInvoke.AdvApi32.CredUnprotect](https://github.com/dahall/Vanara/search?l=C%23&q=CredUnprotect)
[CredWrite](http://msdn2.microsoft.com/en-us/library/9a590347-d610-4916-bf63-60fbec173ac2) | advapi32.dll | wincred.h | [Vanara.PInvoke.AdvApi32.CredWrite](https://github.com/dahall/Vanara/search?l=C%23&q=CredWrite)
[CredWriteDomainCredentials](http://msdn2.microsoft.com/en-us/library/6b54c14f-a736-4fb0-b4e4-97765a792a5e) | advapi32.dll | wincred.h | [Vanara.PInvoke.AdvApi32.CredWriteDomainCredentials](https://github.com/dahall/Vanara/search?l=C%23&q=CredWriteDomainCredentials)
[CryptAcquireContext](http://msdn2.microsoft.com/en-us/library/57e13662-3189-4f8d-b90a-d1fbdc09b63c) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptAcquireContext](https://github.com/dahall/Vanara/search?l=C%23&q=CryptAcquireContext)
[CryptContextAddRef](http://msdn2.microsoft.com/en-us/library/074666a7-369c-43bc-97d9-3bcc9703976b) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptContextAddRef](https://github.com/dahall/Vanara/search?l=C%23&q=CryptContextAddRef)
[CryptCreateHash](http://msdn2.microsoft.com/en-us/library/05e3db57-8d83-48e2-8590-68039ea27253) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptCreateHash](https://github.com/dahall/Vanara/search?l=C%23&q=CryptCreateHash)
[CryptDecrypt](http://msdn2.microsoft.com/en-us/library/7c3d2838-6fd1-4f6c-9586-8b94b459a31a) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptDecrypt](https://github.com/dahall/Vanara/search?l=C%23&q=CryptDecrypt)
[CryptDeriveKey](http://msdn2.microsoft.com/en-us/library/b031e3b4-0102-400e-96db-019d31402adc) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptDeriveKey](https://github.com/dahall/Vanara/search?l=C%23&q=CryptDeriveKey)
[CryptDestroyHash](http://msdn2.microsoft.com/en-us/library/0a4d6086-5c4c-4e1e-9ab9-b35ee49ffcae) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptDestroyHash](https://github.com/dahall/Vanara/search?l=C%23&q=CryptDestroyHash)
[CryptDestroyKey](http://msdn2.microsoft.com/en-us/library/ed5d8047-c9fd-4765-915f-a6a014004b30) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptDestroyKey](https://github.com/dahall/Vanara/search?l=C%23&q=CryptDestroyKey)
[CryptDuplicateHash](http://msdn2.microsoft.com/en-us/library/527fce4d-8d42-437b-9692-42583092efbb) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptDuplicateHash](https://github.com/dahall/Vanara/search?l=C%23&q=CryptDuplicateHash)
[CryptDuplicateKey](http://msdn2.microsoft.com/en-us/library/c5658008-7c92-4877-871a-a764884efd79) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptDuplicateKey](https://github.com/dahall/Vanara/search?l=C%23&q=CryptDuplicateKey)
[CryptEncrypt](http://msdn2.microsoft.com/en-us/library/697c4960-552b-4c3a-95cf-4632af56945b) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptEncrypt](https://github.com/dahall/Vanara/search?l=C%23&q=CryptEncrypt)
[CryptEnumProviders](http://msdn2.microsoft.com/en-us/library/2d93ef0f-b48f-481b-ba62-c535476fde08) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptEnumProviders](https://github.com/dahall/Vanara/search?l=C%23&q=CryptEnumProviders)
[CryptEnumProviderTypes](http://msdn2.microsoft.com/en-us/library/7568c963-4d06-4af0-bd15-240402425046) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptEnumProviderTypes](https://github.com/dahall/Vanara/search?l=C%23&q=CryptEnumProviderTypes)
[CryptExportKey](http://msdn2.microsoft.com/en-us/library/8a7c7b46-3bea-4043-b568-6d91d6335737) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptExportKey](https://github.com/dahall/Vanara/search?l=C%23&q=CryptExportKey)
[CryptGenKey](http://msdn2.microsoft.com/en-us/library/b65dd856-2dfa-4cda-9b2f-b32f3c291470) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptGenKey](https://github.com/dahall/Vanara/search?l=C%23&q=CryptGenKey)
[CryptGenRandom](http://msdn2.microsoft.com/en-us/library/3e5a437f-7439-43c9-a191-2908d2df0eb6) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptGenRandom](https://github.com/dahall/Vanara/search?l=C%23&q=CryptGenRandom)
[CryptGetDefaultProvider](http://msdn2.microsoft.com/en-us/library/5d15641e-1ad7-441d-9423-65fd51de9812) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptGetDefaultProvider](https://github.com/dahall/Vanara/search?l=C%23&q=CryptGetDefaultProvider)
[CryptGetHashParam](http://msdn2.microsoft.com/en-us/library/ed008c07-1a40-4075-bdaa-eb7f7e12d9c3) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptGetHashParam](https://github.com/dahall/Vanara/search?l=C%23&q=CryptGetHashParam)
[CryptGetKeyParam](http://msdn2.microsoft.com/en-us/library/07956d74-0e22-484b-9bf1-e0184a2ff32f) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptGetKeyParam](https://github.com/dahall/Vanara/search?l=C%23&q=CryptGetKeyParam)
[CryptGetProvParam](http://msdn2.microsoft.com/en-us/library/c0b7c1c8-aa42-4d40-a7f7-99c0821c8977) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptGetProvParam](https://github.com/dahall/Vanara/search?l=C%23&q=CryptGetProvParam)
[CryptGetUserKey](http://msdn2.microsoft.com/en-us/library/d9166b98-e5f1-4e5c-b6f1-2a086b102e0f) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptGetUserKey](https://github.com/dahall/Vanara/search?l=C%23&q=CryptGetUserKey)
[CryptHashData](http://msdn2.microsoft.com/en-us/library/ec1482a2-c2cb-4c5f-af9c-d493134413d6) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptHashData](https://github.com/dahall/Vanara/search?l=C%23&q=CryptHashData)
[CryptHashSessionKey](http://msdn2.microsoft.com/en-us/library/75781993-7faf-4149-80cc-ae50dbd4de2a) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptHashSessionKey](https://github.com/dahall/Vanara/search?l=C%23&q=CryptHashSessionKey)
[CryptImportKey](http://msdn2.microsoft.com/en-us/library/f48b6ec9-e03b-43b0-9f22-120ae93d934c) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptImportKey](https://github.com/dahall/Vanara/search?l=C%23&q=CryptImportKey)
[CryptReleaseContext](http://msdn2.microsoft.com/en-us/library/c1e3e708-b543-4e87-8638-a9946a83e614) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptReleaseContext](https://github.com/dahall/Vanara/search?l=C%23&q=CryptReleaseContext)
[CryptSetHashParam](http://msdn2.microsoft.com/en-us/library/0c8d3ef9-e7b5-4e49-a2f8-9c85b16549da) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptSetHashParam](https://github.com/dahall/Vanara/search?l=C%23&q=CryptSetHashParam)
[CryptSetKeyParam](http://msdn2.microsoft.com/en-us/library/e99a84a2-c23e-4251-8062-dd286ccc29b7) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptSetKeyParam](https://github.com/dahall/Vanara/search?l=C%23&q=CryptSetKeyParam)
[CryptSetProvider](http://msdn2.microsoft.com/en-us/library/44023a0c-3fb4-4746-a676-1671c3ad901b) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptSetProvider](https://github.com/dahall/Vanara/search?l=C%23&q=CryptSetProvider)
[CryptSetProviderEx](http://msdn2.microsoft.com/en-us/library/5f0c2724-5144-4a22-a7da-2a5162f06f5d) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptSetProviderEx](https://github.com/dahall/Vanara/search?l=C%23&q=CryptSetProviderEx)
[CryptSetProvParam](http://msdn2.microsoft.com/en-us/library/98306a7b-b218-4eb4-99f0-0b5bcc632a13) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptSetProvParam](https://github.com/dahall/Vanara/search?l=C%23&q=CryptSetProvParam)
[CryptSignHash](http://msdn2.microsoft.com/en-us/library/9cf0de04-fdad-457d-8137-16d98f915cd5) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptSignHash](https://github.com/dahall/Vanara/search?l=C%23&q=CryptSignHash)
[CryptVerifySignature](http://msdn2.microsoft.com/en-us/library/3119eabc-90ff-42c6-b3fa-e8be625f6d1e) | advapi32.dll | wincrypt.h | [Vanara.PInvoke.AdvApi32.CryptVerifySignature](https://github.com/dahall/Vanara/search?l=C%23&q=CryptVerifySignature)
[CveEventWrite](http://msdn2.microsoft.com/en-us/library/81CDC4A8-67B3-40AE-B492-89EF47BC5C4D) | advapi32.dll | securitybaseapi.h | [Vanara.PInvoke.AdvApi32.CveEventWrite](https://github.com/dahall/Vanara/search?l=C%23&q=CveEventWrite)
[DecryptFile](http://msdn2.microsoft.com/en-us/library/6b8f0ed0-8825-4c84-bf58-3a89cda882b4) | advapi32.dll | winbase.h | [Vanara.PInvoke.AdvApi32.DecryptFile](https://github.com/dahall/Vanara/search?l=C%23&q=DecryptFile)
[DecryptMessage](http://msdn2.microsoft.com/en-us/library/46d45f59-33fa-434a-b329-20b6257c9a19) | secur32.dll | sspi.h | [Vanara.PInvoke.Secur32.DecryptMessage](https://github.com/dahall/Vanara/search?l=C%23&q=DecryptMessage)
@ -643,6 +674,7 @@ Native Structure | Header | Managed Structure
[ForestTrustDataUnion](https://www.google.com/search?num=5&q=ForestTrustDataUnion+site%3Amicrosoft.com) | | [Vanara.PInvoke.AdvApi32.LSA_FOREST_TRUST_RECORD.ForestTrustDataUnion](https://github.com/dahall/Vanara/search?l=C%23&q=ForestTrustDataUnion)
[GENERIC_MAPPING](http://msdn2.microsoft.com/en-us/library/aa446633) | Winnt.h | [Vanara.PInvoke.AdvApi32.GENERIC_MAPPING](https://github.com/dahall/Vanara/search?l=C%23&q=GENERIC_MAPPING)
[HEVENTLOG](https://www.google.com/search?num=5&q=HEVENTLOG+site%3Amicrosoft.com) | | [Vanara.PInvoke.AdvApi32.HEVENTLOG](https://github.com/dahall/Vanara/search?l=C%23&q=HEVENTLOG)
[HMAC_INFO](http://msdn2.microsoft.com/en-us/library/0c9a9b60-077d-48c0-a5a6-01640cfc0c4e) | wincrypt.h | [Vanara.PInvoke.AdvApi32.HMAC_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=HMAC_INFO)
[HPERFPROV](https://www.google.com/search?num=5&q=HPERFPROV+site%3Amicrosoft.com) | | [Vanara.PInvoke.AdvApi32.HPERFPROV](https://github.com/dahall/Vanara/search?l=C%23&q=HPERFPROV)
[HPERFQUERY](https://www.google.com/search?num=5&q=HPERFQUERY+site%3Amicrosoft.com) | | [Vanara.PInvoke.AdvApi32.HPERFQUERY](https://github.com/dahall/Vanara/search?l=C%23&q=HPERFQUERY)
[HW_PROFILE_INFO](http://msdn2.microsoft.com/en-us/library/b1c8eb4c-8c62-4e3e-a7d2-0888512b3d4c) | winbase.h | [Vanara.PInvoke.AdvApi32.HW_PROFILE_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=HW_PROFILE_INFO)
@ -723,6 +755,8 @@ Native Structure | Header | Managed Structure
[PRIVILEGE_SET](https://www.google.com/search?num=5&q=PRIVILEGE_SET+site%3Amicrosoft.com) | | [Vanara.PInvoke.AdvApi32.PRIVILEGE_SET](https://github.com/dahall/Vanara/search?l=C%23&q=PRIVILEGE_SET)
[PROFILE_SOURCE_INFO](https://www.google.com/search?num=5&q=PROFILE_SOURCE_INFO+site%3Amicrosoft.com) | evntrace.h | [Vanara.PInvoke.AdvApi32.PROFILE_SOURCE_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=PROFILE_SOURCE_INFO)
[PROPERTY_DATA_DESCRIPTOR](http://msdn2.microsoft.com/en-us/library/38e6f5b1-fce5-45e4-ac7a-09ba40d29837) | tdh.h | [Vanara.PInvoke.AdvApi32.PROPERTY_DATA_DESCRIPTOR](https://github.com/dahall/Vanara/search?l=C%23&q=PROPERTY_DATA_DESCRIPTOR)
[PROV_ENUMALGS](http://msdn2.microsoft.com/en-us/library/8301d07f-88aa-49b4-9091-8f515b585c57) | wincrypt.h | [Vanara.PInvoke.AdvApi32.PROV_ENUMALGS](https://github.com/dahall/Vanara/search?l=C%23&q=PROV_ENUMALGS)
[PROV_ENUMALGS_EX](http://msdn2.microsoft.com/en-us/library/239dbc6f-c3fa-4f97-aa9a-4993fe726a98) | wincrypt.h | [Vanara.PInvoke.AdvApi32.PROV_ENUMALGS_EX](https://github.com/dahall/Vanara/search?l=C%23&q=PROV_ENUMALGS_EX)
[PROVIDER_ENUMERATION_INFO](http://msdn2.microsoft.com/en-us/library/bb4548fb-70e5-4726-bc92-adb7ba7be0e4) | tdh.h | [Vanara.PInvoke.AdvApi32.PROVIDER_ENUMERATION_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=PROVIDER_ENUMERATION_INFO)
[PROVIDER_EVENT_INFO](http://msdn2.microsoft.com/en-us/library/CC392841-7436-4543-A846-FB5A27D9A014) | tdh.h | [Vanara.PInvoke.AdvApi32.PROVIDER_EVENT_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=PROVIDER_EVENT_INFO)
[PROVIDER_FIELD_INFO](http://msdn2.microsoft.com/en-us/library/a7c88c25-3acc-42aa-bf2b-bc7651e84f8c) | tdh.h | [Vanara.PInvoke.AdvApi32.PROVIDER_FIELD_INFO](https://github.com/dahall/Vanara/search?l=C%23&q=PROVIDER_FIELD_INFO)

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,7 @@ Class | Description
[Vanara.Extensions.AccessExtension](https://github.com/dahall/Vanara/search?l=C%23&q=AccessExtension) | Extension methods for native and .NET access control objects.
[Vanara.Security.AccessControl.SystemSecurity.AccountPrivileges](https://github.com/dahall/Vanara/search?l=C%23&q=AccountPrivileges) | Allows for the privileges of a user to be retrieved, enumerated and set.
[Vanara.Security.AccountUtils](https://github.com/dahall/Vanara/search?l=C%23&q=AccountUtils) | Helper methods for working with `System.Security.Principal.WindowsIdentity` and user names.
[Vanara.Extensions.ActiveDirectoryExtension](https://github.com/dahall/Vanara/search?l=C%23&q=ActiveDirectoryExtension) |
[Vanara.Extensions.ActiveDirectoryExtension](https://github.com/dahall/Vanara/search?l=C%23&q=ActiveDirectoryExtension) | Extensions for AD objects (e.g. DomainController).
[Microsoft.Samples.DynamicAccessControl.BadValueException](https://github.com/dahall/Vanara/search?l=C%23&q=BadValueException) | Exception raised when value(s) of a claim value type is invalid.
[Microsoft.Samples.DynamicAccessControl.ClaimValue](https://github.com/dahall/Vanara/search?l=C%23&q=ClaimValue) | Class to represent the type of claims values held, the value(s) and obtain native (unmanaged) pointers to the value as they are stored in the union members of AUTHZ_SECURITY_ATTRIBUTE_V1 structure's 'Values' field.
[Vanara.Security.AccessControl.SystemSecurity.LogonRights](https://github.com/dahall/Vanara/search?l=C%23&q=LogonRights) | Allows for the privileges of a user to be retrieved, enumerated and set.