What is HCRYPTPROV in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Luis García
    New Member
    • Sep 2010
    • 3

    What is HCRYPTPROV in C#

    I'm trying to port an application from C++ to C# and encountered this..., I'm not really sure what it does and wanted to translate it correctly. Anyone know what it does?
  • mzmishra
    Recognized Expert Contributor
    • Aug 2007
    • 390

    #2
    I know HCRYPTPROV is one of the Cryptography Data Type,which specifies a handle to a CryptoAPI CSP.
    Not sure what is in c# for this

    Comment

    Working...