Пример #1
0
 internal static void InstallNativeHelper(INativeCertificateHelper helper)
 {
     if (nativeHelper == null)
     {
         Interlocked.CompareExchange(ref nativeHelper, helper, null);
     }
 }
Пример #2
0
		internal static void InstallNativeHelper (INativeCertificateHelper helper)
		{
			if (nativeHelper == null)
				Interlocked.CompareExchange (ref nativeHelper, helper, null);
		}