Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "CryptoAPI" in [All]

crypt32

.

The CertAlgIdToOID function converts a CryptoAPI algorithm identifier (ALG_ID) to an Abstract Syntax Notation One (ASN.1) object identifier (OID) string.

.

static extern TODO CryptoAPI(TODO);

.

Declare Function CryptoAPI Lib "crypt32.dll" (TODO) As TODO

.
Documentation
[CryptoAPI] on MSDN
.

        bool res = CryptoApiProvider.CryptVerifyDetachedMessageSignature(

Enums

.

    ///A call to a CryptoAPI function failed.

.

    [Description("A call to a CryptoAPI function failed.")]

.

    '''A call to a CryptoAPI function failed.

.

    <Description("A call to a CryptoAPI function failed.")> _

Structures

.
Summary

Constants

.

        /// A call to a CryptoAPI function failed.

advapi32

.
Summary
The CryptSignHash function signs data. Because all signature algorithms are asymmetric and thus slow, the CryptoAPI does not allow data to be signed directly. Instead, data is first hashed and CryptSignHash is used to sign the hash.

 
Access PInvoke.net directly from VS: