Exemple #1
0
        private void CreateNativeAgent()
        {
            Guid iid = typeof(NativeTokenValidationService.IFabricTokenValidationServiceAgent).GetTypeInfo().GUID;

            //// PInvoke call
            this.nativeAgent = NativeTokenValidationService.CreateFabricTokenValidationServiceAgent(ref iid);
        }