コード例 #1
0
 internal static void InstallNativeHelper(INativeCertificateHelper helper)
 {
     if (nativeHelper == null)
     {
         Interlocked.CompareExchange(ref nativeHelper, helper, null);
     }
 }
コード例 #2
0
ファイル: X509Helper.cs プロジェクト: REALTOBIZ/mono
		internal static void InstallNativeHelper (INativeCertificateHelper helper)
		{
			if (nativeHelper == null)
				Interlocked.CompareExchange (ref nativeHelper, helper, null);
		}