Restituisce il nome del CSP (Crypto Service Provider) utilizzato come default
LONG WINAPI dmtGetCSPName (
char *CSPName);
External_Function dmtGetCSPName "dmtGetCSPName" Dimatec.dll ;
string CSPName ;
returns integer
Public Declare Function dmtGetCSPName Lib "Dimatec.dll" _
(ByVal szCSPName As String) _
As Long
[DllImport("Dimatec.dll")]
public static extern int dmtGetCSPName (
StringBuilder szCSPName);
szCSPName - Nome del CSP impostato come default
DMT_OK in caso di successo, altrimenti un codice di errore