1 write to m_implementationDll
System.IdentityModel.Selectors (1)
infocard\client\System\IdentityModel\Selectors\CardSpaceShim.cs (1)
96
m_implementationDll
= SafeLibraryHandle.LoadLibraryW(implDllPath);
17 references to m_implementationDll
System.IdentityModel.Selectors (17)
infocard\client\System\IdentityModel\Selectors\CardSpaceShim.cs (17)
97
if (
m_implementationDll
.IsInvalid)
108
IntPtr procaddr1 = NativeMethods.GetProcAddressWrapper(
m_implementationDll
, "CloseCryptoHandle");
114
m_implementationDll
, "Decrypt");
119
IntPtr procaddr3 = NativeMethods.GetProcAddressWrapper(
m_implementationDll
, "Encrypt");
124
IntPtr procaddr4 = NativeMethods.GetProcAddressWrapper(
m_implementationDll
, "FreeToken");
129
IntPtr procaddr5 = NativeMethods.GetProcAddressWrapper(
m_implementationDll
, "GenerateDerivedKey");
134
IntPtr procaddr6 = NativeMethods.GetProcAddressWrapper(
m_implementationDll
, "GetCryptoTransform");
139
IntPtr procaddr7 = NativeMethods.GetProcAddressWrapper(
m_implementationDll
, "GetKeyedHash");
144
IntPtr procaddr8 = NativeMethods.GetProcAddressWrapper(
m_implementationDll
, "GetToken");
149
IntPtr procaddr9 = NativeMethods.GetProcAddressWrapper(
m_implementationDll
, "HashCore");
154
IntPtr procaddr10 = NativeMethods.GetProcAddressWrapper(
m_implementationDll
, "HashFinal");
159
IntPtr procaddr11 = NativeMethods.GetProcAddressWrapper(
m_implementationDll
, "ImportInformationCard");
164
IntPtr procaddr12 = NativeMethods.GetProcAddressWrapper(
m_implementationDll
, "ManageCardSpace");
169
IntPtr procaddr13 = NativeMethods.GetProcAddressWrapper(
m_implementationDll
, "SignHash");
174
IntPtr procaddr14 = NativeMethods.GetProcAddressWrapper(
m_implementationDll
, "TransformBlock");
179
IntPtr procaddr15 = NativeMethods.GetProcAddressWrapper(
m_implementationDll
, "TransformFinalBlock");
185
IntPtr procaddr16 = NativeMethods.GetProcAddressWrapper(
m_implementationDll
, "VerifyHash");