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 "CertStrToName" in [All]

crypt32

.
Summary
The CertStrToName function converts a null-terminated X.500 string to an encoded certificate name.
.

public static extern bool CertStrToName(

.

    Public Shared Function CertStrToName(dwCertEncodingType As UInteger, pszX500 As String, dwStrType As UInteger, pvReserved As IntPtr, pbEncoded As Byte(), ByRef pcbEncoded As UInteger, ppszError As StringBuilder) As Boolean

.

        CertStrToNameW(X509_ASN_ENCODING, data, CERT_OID_NAME_STR | CERT_NAME_STR_REVERSE_FLAG, IntPtr.Zero, null, ref cbEncoded, null);

.

        CertStrToNameW(X509_ASN_ENCODING, data, CERT_OID_NAME_STR | CERT_NAME_STR_REVERSE_FLAG, IntPtr.Zero, bData, ref cbEncoded, null);

.
Documentation
[CertStrToName] on MSDN

Constants

.

    // for CertStrToName

.

    ' for CertStrToName


 
Access PInvoke.net directly from VS: