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]

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.

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.")> _

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(

Structures

.
Summary

Constants

.

        /// A call to a CryptoAPI function failed.


 
Access PInvoke.net directly from VS: