internal static void InstallNativeHelper(INativeCertificateHelper helper) { if (nativeHelper == null) { Interlocked.CompareExchange(ref nativeHelper, helper, null); } }
internal static void InstallNativeHelper (INativeCertificateHelper helper) { if (nativeHelper == null) Interlocked.CompareExchange (ref nativeHelper, helper, null); }