Commit Windows Project files

This commit is contained in:
Jim Norman
2005-11-11 19:51:28 +00:00
parent bdc24c42f9
commit 1d0a0262b5
24 changed files with 782 additions and 415 deletions

View File

@@ -619,6 +619,7 @@ int main
strcpy((char*)credential.username, "AppUsername");
strcpy((char*)credential.password, "AppPassword");
credential.unFlags = USERNAME_TYPE_NDS_FDN_F;
// sets the secret specific to the app
rcode = miCASASetCredential(
@@ -633,12 +634,12 @@ int main
memset(&credential, 0, sizeof(SSCS_BASIC_CREDENTIAL));
credential.unFlags = USERNAME_TYPE_NDS_DN_F;
credential.unFlags = USERNAME_TYPE_NDS_FDN_F;
// gets the sharedcredential
rcode = miCASAGetCredential(
0,
&appSecretId, //char * appSecretID, // IN
&sharedSecretId, //char * sharedSecretID, // Optional IN
NULL, //&sharedSecretId, //char * sharedSecretID, // Optional IN
0, //int * credentialType, // IN/OUT
&credential, //void * credential, // OUT
NULL //SSCS_EXT_T * ext // Reserved

Binary file not shown.

Binary file not shown.

View File

@@ -43,7 +43,7 @@
OutputFile=".\Debug/sshtst.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="D:\ccm\SSClient\SecretStoreClient_src\bin\w32\mdd"
AdditionalLibraryDirectories="D:\casaoutside\lib\w32"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\Debug/sshtst.pdb"
SubSystem="1"