DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Program Files (x86)/Microsoft SQL Server/110/SDK/Assemblies/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /Program Files (x86)/Microsoft SQL Server/110/SDK/Assemblies/Microsoft.SqlServer.PolicyEnum.dll
MZ@	!L!This program cannot be run in DOS mode.

$PEL5O!` p @ N@pKX<o  H.textP ` `.rsrcp@@.reloc@BpH([	 8:P 	NSn%35~
bp}*A:;;+}ҿ`BZNZ`ɍ} mV<zz"&Tt=L6#^+[E(
*(
*(
*rp*<?xml version="1.0" ?>
<EnumObject type="inc_urn" impl_type="SqlObject" min_major='9'>
	<settings>
	</settings>
	<properties>
		<property name="Urn" type="nvarchar" size="600">
			<link_multiple no='3' expression="{0} + '/{2}[@Name=' + quotename({1},'''') + ']'">
				<link_field type='parent' field="Urn" />
				<link_field type='local' field="Name" />
				<link_field field="NType" />
			</link_multiple>
		</property>
	</properties>
</EnumObject>
<?xml version="1.0" ?>
<EnumObject type="inc_urnByID" impl_type="SqlObject" min_major='9'>
	<settings>
	</settings>
	<properties>
		<property name="Urn" type="nvarchar" size="600">
			<link_multiple no='3' expression="{0} + '/{2}[@ID=' + quotename({1},'''') + ']'">
				<link_field type='parent' field="Urn" />
				<link_field type='local' field="ID" />
				<link_field field="NType" />
			</link_multiple>
		</property>
	</properties>
</EnumObject>
<?xml version="1.0" ?>
<EnumObject type="PolicyStore" impl_type="PolicyObject" min_major='10'>
<settings>
</settings>
<properties>
    <property name="Urn" type="nvarchar" size="600">
        <link_multiple no='2' expression="'{1}[@Name=' + quotename({0},'''') + ']'">
            <link_field type='local' field="Name" />
			<link_field field="NType" />				
        </link_multiple>
    </property>
    <property name="Name" type="sysname" cast='true'>serverproperty(N'Servername')</property>
	<property name="Enabled" type="bit" cast='true'>
		(SELECT current_value FROM msdb.dbo.syspolicy_configuration WHERE name = 'Enabled')
	</property>
	<property name="HistoryRetentionInDays" type="int" cast='true'>
		(SELECT current_value FROM msdb.dbo.syspolicy_configuration WHERE name = 'HistoryRetentionInDays')
	</property>
  <property name="LogOnSuccess" type="bit" cast='true'>
    (SELECT current_value FROM msdb.dbo.syspolicy_configuration WHERE name = 'LogOnSuccess')
  </property>
</properties>
</EnumObject>
1<?xml version="1.0" ?>
<EnumObject type="Condition" impl_type="PolicyObject" min_major='10'>
	<settings>
		<property_link table='msdb.dbo.syspolicy_conditions' alias='pc'/>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
		<property name='ID' type='int' access='Read'>pc.condition_id</property>
		<property name='Name' type='sysname'>pc.name</property>
		<property name='Description' type='nvarchar' size = 'max'>pc.description</property>
		<property name='Facet' type='nvarchar' size = 'max'>ISNULL(pc.facet,N'')</property>
		<property name='Expression' type='nvarchar' size = 'max'>pc.expression</property>
		<property name='CreateDate' type='datetime' access='Read'>pc.date_created</property>
		<property name='CreatedBy' type='sysname' access='Read'>pc.created_by</property>
		<property name='DateModified' type='datetime' access='Read'>pc.date_modified</property>
		<property name='ModifiedBy' type='sysname' access='Read'>pc.modified_by</property>
    <version min_major='10' max_major='10' max_minor='0' >
      <property name='IsSystemObject' type='bit' access='Read'>CAST(0 AS bit)</property>
    </version>
    <version min_major='10' min_minor='50'>
      <property name='IsSystemObject' type='bit' access='Read'>pc.is_system</property>
    </version>
  </properties>
</EnumObject>
9<?xml version="1.0" ?>
<EnumObject type="ObjectSet" impl_type="PolicyObject" min_major='10'>
	<settings>
		<property_link table='msdb.dbo.syspolicy_object_sets' alias='os'/>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
		<property name='ID' type='int' access='Read'>os.object_set_id</property>
		<property name='Name' type='sysname'>os.object_set_name</property>
		<property name='Facet' type='nvarchar' size = 'max'>ISNULL(os.facet_name,N'')</property>
    <version min_major='10' max_major='10' max_minor='0' >
      <property name='IsSystemObject' type='bit' access='Read'>CAST(0 AS bit)</property>
    </version>
    <version min_major='10' min_minor='50'>
      <property name='IsSystemObject' type='bit' access='Read'>os.is_system</property>
    </version>
	</properties>
</EnumObject>
<?xml version="1.0" ?>
<EnumObject type="Policy" impl_type="PolicyObject" min_major='10'>
	<settings>
		<property_link table='msdb.dbo.syspolicy_policies' alias='pp'/>
		<property_link fields = '#Condition#' left_join='msdb.dbo.syspolicy_conditions' alias='cond'>pp.condition_id = cond.condition_id</property_link>
    <property_link fields = '#RootCondition#' left_join='msdb.dbo.syspolicy_conditions' alias='rootcond'>pp.root_condition_id = rootcond.condition_id</property_link>
		<property_link fields = '#PolicyCategory#' left_join='msdb.dbo.syspolicy_policy_categories' alias='categories'>pp.policy_category_id = categories.policy_category_id</property_link>
    <property_link fields = '#ObjectSet#' left_join='msdb.dbo.syspolicy_object_sets' alias='objectsets'>pp.object_set_id = objectsets.object_set_id</property_link>
  </settings>
	<properties>
		<include file='inc_urn.xml' />
		<property name='ID' type='int' access='Read'>pp.policy_id</property>
		<property name='Name' type='sysname'>pp.name</property>
		<property name='Description' type='nvarchar' size = 'max'>pp.description</property>
    <property name='CreateDate' type='datetime' access='Read'>pp.date_created</property>
		<property name='ConditionID' type='int' access='Read'>pp.condition_id</property>
		<property name='Condition' type='sysname'>cond.name</property>
    <!--property name='ObjectSetID' type='int' access='Read'>pp.object_set_id</property-->
    <property name='ObjectSet' type='sysname'>ISNULL(objectsets.object_set_name, N'')</property>
    <property name='RootCondition' type='sysname'>ISNULL(rootcond.name, N'')</property>
    <property name='AutomatedPolicyEvaluationMode' type='int'>pp.execution_mode</property>
    <property name='CategoryId' type='int' access='Read'>ISNULL(pp.policy_category_id, 0)</property>
		<property name='PolicyCategory' type='sysname'>ISNULL(categories.name, N'')</property>
		<property name='Enabled' type='bit' access='Read'>pp.is_enabled</property>
		<property name='JobID' type='uniqueidentifier' access='Read'>pp.job_id</property>
		<property name='ScheduleUid' type='uniqueidentifier'>pp.schedule_uid</property>
		<property name='CreatedBy' type='sysname' access='Read'>pp.created_by</property>
		<property name='ModifiedBy' type='sysname' access='Read'>ISNULL(pp.modified_by, N'')</property>
		<property name='DateModified' type='datetime' access='Read'>pp.date_modified</property>
    <property name='HelpText' type='nvarchar' size = '4000'>pp.help_text</property>
    <property name='HelpLink' type='nvarchar' size = '2083'>pp.help_link</property>
    <!-- BEGIN Schedule properties needed to serialize the schedule -->
    <property name='Schedule' type='sysname'>N''</property>
    <property name='FrequencyTypes' type='int'>0</property>
    <property name='FrequencyInterval' type='int'>0</property>
    <property name='FrequencySubDayTypes' type='int'>0</property>
    <property name='FrequencySubDayInterval' type='int'>0</property>
    <property name='FrequencyRelativeIntervals' type='int'>0</property>
    <property name='FrequencyRecurrenceFactor' type='int'>0</property>
    <property name='ActiveStartDate' type='datetime'>null</property>
    <property name='ActiveStartTimeOfDay' type='bigint' cast='true'>0</property>
    <property name='ActiveEndTimeOfDay' type='bigint' cast='true'>0</property>
    <property name='ActiveEndDate' type='datetime'>null</property>
    <!-- END Schedule properties needed to serialize the schedule -->
    <version min_major='10' max_major='10' max_minor='0' >
      <property name='IsSystemObject' type='bit' access='Read'>CAST(0 AS bit)</property>
    </version>
    <version min_major='10' min_minor='50'>
      <property name='IsSystemObject' type='bit' access='Read'>pp.is_system</property>
    </version>
  </properties>
</EnumObject>
M<?xml version="1.0" ?>
<EnumObject type="TargetSet" impl_type="PolicyObject" min_major='10'>
	<settings>
    <parent_link>
      <link parent="ID" local="ObjectSetID" />
    </parent_link>
		<property_link table='msdb.dbo.syspolicy_target_sets' alias='ts'/>
	</settings>
	<properties>
         <property name="Urn" type="nvarchar" size="max">
   			<link_multiple no='3' expression="{0} + '/{2}[@TargetTypeSkeleton=' + quotename({1},'''') + ']'">
				<link_field type='parent' field="Urn" />
				<link_field type='local' field="TargetTypeSkeleton" />
				<link_field field="NType" />
			</link_multiple>
        </property>
		<property name='ID' type='int' access='Read'>ts.target_set_id</property>
		<property name='ObjectSetID' type='int' access='Read' hidden='true'>ts.object_set_id</property>
		<property name='TargetTypeSkeleton' type='nvarchar' size = 'max' access='Read'>ts.type_skeleton</property>
    <property name='TargetType' type='sysname' access='Read'>ts.type</property>
    <property name='Enabled' type='bit'>ts.enabled</property>
  </properties>
</EnumObject>
<?xml version="1.0" ?>
<EnumObject type="TargetSetLevel" impl_type="PolicyObject" min_major='10'>
	<settings>
    <parent_link>
      <link parent="ID" local="TargetSetID" />
    </parent_link>
    <property_link table='msdb.dbo.syspolicy_target_set_levels' alias='cr'/>
    <property_link fields = '#Condition#' left_join='msdb.dbo.syspolicy_conditions' alias='cond'>cr.condition_id = cond.condition_id</property_link>
	</settings>
	<properties>
		<property name="Urn" type="nvarchar" size="max">
			<link_multiple no='3' expression="{0} + '/{2}[@TargetTypeSkeleton=' + quotename({1},'''') + ']'">
				<link_field type='parent' field="Urn" />
				<link_field type='local' field="TargetTypeSkeleton" />
				<link_field field="NType" />
			</link_multiple>
		</property>
		<property name='ID' type='int' access='Read'>cr.target_set_level_id</property>
		<property name='TargetSetID' type='int' access='Read' hidden='true'>cr.target_set_id</property>
		<property name='TargetTypeSkeleton' type='nvarchar' size = 'max' access='Read'>cr.type_skeleton</property>
    <property name='Condition' type='sysname'>ISNULL(cond.name,N'')</property>
    <property name='LevelName' type='sysname' access='Read'>cr.level_name</property>
  </properties>
</EnumObject>
S<?xml version="1.0" encoding="utf-8" ?>
<EnumObject type="PolicyCategorySubscription" impl_type="PolicyObject" min_major='10'>
  <settings>
    <property_link table='msdb.dbo.syspolicy_policy_category_subscriptions' alias='pgs'/>
    <property_link fields = '#PolicyCategory#' left_join='msdb.dbo.syspolicy_policy_categories' alias='categories'>pgs.policy_category_id = categories.policy_category_id</property_link>
  </settings>
  <properties>
    <include file='inc_urnByID.xml' />
    <property name='ID' type='int' access='Read'>pgs.policy_category_subscription_id</property>
    <property name='TargetType' type='sysname'>pgs.target_type</property>
    <property name='Target' type='sysname'>pgs.target_object</property>
    <property name='PolicyCategory' type='sysname'>categories.name</property>
  </properties>
</EnumObject>
<?xml version="1.0" ?>
<EnumObject type="PolicyCategory" impl_type="PolicyObject" min_major='10'>
	<settings>
		<property_link table='msdb.dbo.syspolicy_policy_categories' alias='pc'/>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
		<property name='ID' type='int' access='Read'>pc.policy_category_id</property>
		<property name='Name' type='sysname'>pc.name</property>
		<property name='MandateDatabaseSubscriptions' type='bit'>pc.mandate_database_subscriptions</property>
	</properties>
</EnumObject>
<?xml version="1.0" ?>
<EnumObject type="EvaluationHistory" impl_type="PolicyObject" min_major='10'>
  <settings>
    <parent_link>
      <link parent="ID" local="PolicyId" />
    </parent_link>
    <property_link table='msdb.dbo.syspolicy_policy_execution_history' alias='h'/>
  </settings>
  <properties>
    <include file='inc_urnByID.xml' />
    <property name='PolicyId' type='int' access='Read'>h.policy_id</property>
    <property name='ID' type='bigint' access='Read'>h.history_id</property>
    <property name='StartDate' type='datetime' access='Read'>h.start_date</property>
    <property name='EndDate' type='datetime' access='Read'>h.end_date</property>
    <property name='Result' type='bit' access='Read'>h.result</property>
    <property name='Exception' type='nvarchar' size ='max' access='Read'>ISNULL(h.exception,N'')</property>
    <property name='PolicyName' type='sysname' access='Read'>pp.name</property>
  </properties>
</EnumObject>
<?xml version="1.0" ?>
<EnumObject type="ConnectionEvaluationHistory" impl_type="PolicyObject" min_major='10'>
  <!-- Since the local history does not have a connection table, we use the information from the execution_history table -->
  <settings>
    <parent_link>
      <link parent="ID" local="EvaluationId" />
    </parent_link>
    <property_link table='msdb.dbo.syspolicy_policy_execution_history' alias='ch'/>
  </settings>
  <properties>
    <include file='inc_urnByID.xml' />
    <property name='ID' type='bigint' access='Read'>ch.history_id</property>
    <property name='EvaluationId' type='bigint' access='Read'>ch.history_id</property>
    <property name='Result' type='bit' access='Read'>ch.result</property>
    <property name='ServerInstance' access='Read' type="sysname" cast='true'>serverproperty(N'Servername')</property>
    <property name='Exception' access='Read' type='nvarchar' size='max' cast='true'>ISNULL(ch.exception, N'')</property>
  </properties>
</EnumObject>
4<?xml version="1.0" ?>
<EnumObject type="EvaluationDetail" impl_type="PolicyObject" min_major='10'>
  <settings>
    <parent_link>
      <link parent="ID" local="HistoryId" />
    </parent_link>
    <property_link table='msdb.dbo.syspolicy_policy_execution_history_details' alias='d'/>
  </settings>
  <properties>
    <include file='inc_urnByID.xml' />
    <property name='ID' type='bigint' access='Read'>d.detail_id</property>
    <property name='HistoryId' type='bigint' access='Read'>d.history_id</property>
    <property name='TargetQueryExpression' type='nvarchar' size='max'  access='Read'>d.target_query_expression</property>
    <property name='EvaluationDate' type='datetime' access='Read'>d.execution_date</property>
    <property name='Result' type='bit' access='Read'>d.result</property>
    <property name='ResultDetail' type='nvarchar' size='max'  access='Read'>ISNULL(d.result_detail,N'')</property>
    <property name='Exception' type='nvarchar' size='max'  access='Read'>ISNULL(d.exception,N'')</property>
  </properties>
</EnumObject>
BSJBv2.0.50727l#~x#Strings0#US0#GUID@|#BlobW_	3

qq

C
pQ






-
F
a
|





1lV

g


*|q-:]
Vy'V;V;V;V;V'V'V'V'V'V9'V['Vq'V'V'V'V'V'V'V'V$'V8'VK'V^'VtVV'V'V'V'V'  Q b L	1b9bAbIbQbYbabibqbybbbbbbbbbbbb!gjQo	b*>CHCMV $(8,0k4k8r<}@DHLPaTpX\`*	d	hClptxq|.u.{.#.+.3.;.C.KO.SU.[u.cu.ku.{O..u...h"7Hq

J8`#(,(.-2C6c<Module>Microsoft.SqlServer.PolicyEnum.dllPolicyObjectMicrosoft.SqlServer.Management.DmfAssemblyVersionInfoMicrosoft.SqlServer.Management.Sdk.SfcSqlObjectISupportVersionsmscorlibSystemObjectSystem.ReflectionAssemblyget_ResourceAssemblyMicrosoft.SqlServer.ConnectionInfoMicrosoft.SqlServer.Management.CommonServerVersionGetServerVersion.ctorResourceAssemblyVersionStringMajorVersionMinorVersionBuildVersionSPLevelProductVersionStringProductNameStringSqlEngineUsageMetricsRoleGuidStringProductNameBrandingStringLongProductNameBrandingStringProductNameShortcutBrandingStringVersionLocationStringProductVersionLocationStringVersionHelpKeywordPrefixVersionHelpSettingsTokenSetupSupportFolderProductLicenseFileProductUpdateCategorySqlProductFamilyCodeProductDiscoveryIdSqlInstanceIDPrefixAsInstanceIDPrefixRsInstanceIDPrefixMaxMaintenanceVersionevalTimeBombValuecurrentReleaseTimeBombValueWerEventNameSetupMsiWerEventNameSetupConfigASUsageMetricsRoleGuidStringVersionBIDSHelpNamespaceVisualStudioShellVersionget_VersionHelpNamespaceVersionHelpNamespaceconnSystem.Runtime.InteropServicesComVisibleAttributeAssemblyVersionAttributeAssemblyProductAttributeAssemblyCopyrightAttributeAssemblyCompanyAttributeAssemblyFileVersionAttributeAssemblyInformationalVersionAttributeAssemblyKeyFileAttributeAssemblyDelaySignAttributeAssemblyTrademarkAttributeAssemblyTitleAttributeAssemblyDescriptionAttributeAssemblyConfigurationAttributeAssemblyCultureAttributeCLSCompliantAttributeSystem.ResourcesNeutralResourcesLanguageAttributeAssemblyKeyNameAttributeSystem.DataSystem.Data.SqlClientSqlClientPermissionAttributeSystem.Security.PermissionsSecurityActionSystem.DiagnosticsDebuggableAttributeDebuggingModesSystem.Runtime.CompilerServicesCompilationRelaxationsAttributeRuntimeCompatibilityAttributeMicrosoft.SqlServer.PolicyEnumGetExecutingAssemblyExecuteSqlinc_urn.xmlinc_urnByID.xmlPolicyStore.xmlCondition.xmlObjectSet.xmlPolicy.xmlTargetSet.xmlTargetSetLevel.xmlPolicyCategorySubscription.xmlPolicyCategory.xmlEvaluationHistory.xmlConnectionEvaluationHistory.xmlEvaluationDetail.xml-ms-help://MS.SQLCC.v11BmMR?]̀̑z\V4   (11.0.0.0411.0(Microsoft SQL Server{0xbd7f7c0d, 0x7c36, 0x4721, {0xaf, 0xa8, 0xb, 0xa7, 0x0, 0xe2, 0x6d, 0x9e}}SQL Server 20122Microsoft SQL Server 2012110
sql112SQLServerBooksOnline.11.0SQLServer2012H7fe4630a-0330-4b01-a5e6-a77c7ad34eb0L{7f121c35-f095-47aa-bc04-d214bc04727a}SQL2011MSSQL11MSAS11MSRS11	SQL110MSISQL110Exception{0x2414bc1b, 0x1572, 0x4cd9, {0x9c, 0xa5, 0x65, 0x16, 0x6d, 0x8d, 0xef, 0x3d}}*ms-help://MS.VSCC.v9010.0   a i $$RSA1''6n_1:fl/y2}/R4H<=\]Ǽ(k,Q\$+Au2IRmRo{l؂O1
ˢ#V{-Pb왹J|};(Microsoft SQL Server)$Microsoft Corp. All rights reserved.Microsoft Corporation,'11.0.2100.60 ((SQL11_RTM).120210-1846 )11.0.2100.6050e:\sql11_main_t\\sql\Common\SNK\SQL2003SNKEY.snkMHMicrosoft SQL Server is a registered trademark of Microsoft Corporation.
en-USTWrapNonExceptionThrows.System.Data.SqlClient.SqlClientPermissionAttribute, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089TUnrestricted5O;p`RSDS}n6N3njMicrosoft.SqlServer.PolicyEnum.pdbpp p_CorDllMainmscoree.dll% @0HX4VS_VERSION_INFO<4<4?DVarFileInfo$TranslationStringFileInfo000004b0LCompanyNameMicrosoft Corporation,FileDescription p(FileVersion11.0.2100.60 ((SQL11_RTM).120210-1846 )h#InternalNameMicrosoft.SqlServer.PolicyEnum.dllp%LegalCopyrightMicrosoft Corp. All rights reserved.ILegalTrademarksMicrosoft SQL Server is a registered trademark of Microsoft Corporation.p#OriginalFilenameMicrosoft.SqlServer.PolicyEnum.dllLProductNameMicrosoft SQL Server@
ProductVersion11.0.2100.60<	Assembly Version11.0.0.0p0X<0<K	*H
<<0<810	+0L
+7>0<0
+70	0!0	+
Se8rW4Ѥ900
aj0
	*H
0y10	UUS10U
Washington10URedmond10U
Microsoft Corporation1#0!UMicrosoft Code Signing PCA0
111101223917Z
130201224917Z010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR10UMicrosoft Corporation0"0
	*H
0
é|#1%uyϓKa%wKZmI17t`N%X N-:e.[]u4P!}9D#fe 6`*dȇE(WY&Jl)2?%
oj-:mf16p@v.G+e+_hExkP5[qa! EeI~7Z߸v Q*P:c܁G00U%0
+0UqÏv,
J(0U0U#0WEt]CT-2H0VUO0M0KIGEhttp://crl.microsoft.com/pki/crl/products/MicCodSigPCA_08-31-2010.crl0Z+N0L0J+0>http://www.microsoft.com/pki/certs/MicCodSigPCA_08-31-2010.crt0
	*H
yiȏk`|>8Rϙ-=au8NY?C|Sb֨vuYl?/~9T'X5aymQWcrf9*35
^15E
]Ǘ*:IHE26m	nvUU4y]n̗h}i{U}M0b{젒*W)HͶ!	b
5_kԱwRw?lV\6N^z  1ynr_0W|UplxC 500
a60
	*H
0w10	UUS10U
Washington10URedmond10U
Microsoft Corporation1!0UMicrosoft Time-Stamp PCA0
110725204217Z
121025204217Z010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR1'0%UnCipher DSE ESN:159C-A3F7-25701%0#UMicrosoft Time-Stamp Service0"0
	*H
0
4	)cuW}Adxw殸PN q9rr	Aa%kQCaB,{sv+۔aUm.z$hyz]~.j</Ք"Q˩U!ZA9UN%+cr<|rɵ
_r
]
@}.Ы}ѾUkX,6?Cx,)|lܭ<:}b=	00U ޅh7at0U#0#4RFp
@v+50TUM0K0IGEChttp://crl.microsoft.com/pki/crl/products/MicrosoftTimeStampPCA.crl0X+L0J0H+0<http://www.microsoft.com/pki/certs/MicrosoftTimeStampPCA.crt0U%0
+0
	*H
b
OkRyU3ӤH{oz(OзѦ̑V;82/k٘BXRk@Կ&HBDfB^#H[Al6?ߘLIJ_CB"ȓɥgG]vrv<6F~:HI3cWVn>d]Pcр24W@m~.Z^2	2qƯfٞ_#wM(rP00
ah40
	*H
0_10
	&,dcom10
	&,d	microsoft1-0+U$Microsoft Root Certificate Authority0
070403125309Z
210403130309Z0w10	UUS10U
Washington10URedmond10U
Microsoft Corporation1!0UMicrosoft Time-Stamp PCA0"0
	*H
0
lH*|k.řQ#PN$ѧLt0 TIB\0&k{3$g,{N#SʍE	^аBlg(FS(F.'OUR,j0nY0~֗!~SmREHJGf')fJG	UxP0F#F-TxA1w̛;a
"KT 00U00U#4RFp
@v+50U0	+70U#0`@V'%*
SY䤡ca0_10
	&,dcom10
	&,d	microsoft1-0+U$Microsoft Root Certificate AuthorityyJLsX.e0PUI0G0ECA?http://crl.microsoft.com/pki/crl/products/microsoftrootcert.crl0T+H0F0D+08http://www.microsoft.com/pki/certs/MicrosoftRootCert.crt0U%0
+0
	*H
\D6鴭wyQM.tq[mξ{.mbWN Pz@WXx;⾏
ȍHSOjՀ/*$"px.
pNk
r9g-Qb\? ?21Jv1=+rp=

a׸N5+^}B{Sr!0ʻxe\[
<fX-/QVpl9Lyzb))4wb=m,C}㤨t5Nq#&v<RqZFCMgȟBy!0fB^Ȟ"!C+H,2L&*H$_ZVޙ:o'tv!'Tj=vanGo2lQȌ#fd=-Y!嵰cxTA.Pxuْu"/2n[%!OɚIeo}in꧗1)[\M/?.Uk00i
a'0
	*H
0_10
	&,dcom10
	&,d	microsoft1-0+U$Microsoft Root Certificate Authority0
060125232232Z
170125233232Z0y10	UUS10U
Washington10URedmond10U
Microsoft Corporation1#0!UMicrosoft Code Signing PCA0"0
	*H
0
߅7Vf6N
6#X:
$^>3kir|_%D5(Րap-o,ݹ0qxȩg
z	¼W?i00&Ԟ{	IERu{".VϩN<
:ŭj"#l'~2y%B❅WY/-&)ųׅ`Z{{^4Km'Тѐ}|4lJDyh("
,Ha#00	+70UWEt]CT-2H0U0U00U#0`@V'%*
SY䤡ca0_10
	&,dcom10
	&,d	microsoft1-0+U$Microsoft Root Certificate AuthorityyJLsX.e0PUI0G0ECA?http://crl.microsoft.com/pki/crl/products/microsoftrootcert.crl0T+H0F0D+08http://www.microsoft.com/pki/certs/MicrosoftRootCert.crt0vU o0m0k	+7/0^0\+0PNCopyright  2006 Microsoft Corporation.0U%0
+0
	*H
0 b9&a=ܬƙІ.2e^">ֆ趟ʋ;u>LdtIglfF:FBȑ7$AwO_R/>V[uSTie$%MPO"Y"tE{YL`xѺk~D@ҽKnU8HUz }۔/{kdO,4)]8/ V1i΅
֮8nOL))
\\V#W
&6Do阵sx<t^l!g엝r4/j9-[М|St9J9}BJ;7=J{'NJT8j#7jHB
I$.oEM`Y؀`4{ \	
(M~ex1_fB Ee2.Mkޤ
ؘY ,Rid࣫|aCe6U+g,M0L1%0%00y10	UUS10U
Washington10URedmond10U
Microsoft Corporation1#0!UMicrosoft Code Signing PCA
aj0	+0	*H
	1
+70
+710
+70#	*H
	1ε:藬K54ic0R
+71D0B SQL Server 2012http://www.microsoft.com/sql0
	*H
Uy\9!E -cuT\eivHyvunde<OQ7ndgcTo>;p_s
]j`t^:]ބǽ!_pr2A%N1\647^.ݸ]gż#!Jm!SNBEC&FVk,[e}jire\ v_hB_ܹO\_ퟭh!QnއQu$k:M0)h4^|_a3D-:S1V(ޡ#x0	*H
	1
000w10	UUS10U
Washington10URedmond10U
Microsoft Corporation1!0UMicrosoft Time-Stamp PCA
a60+]0	*H
	1	*H
0	*H
	1
120211041240Z0#	*H
	1Rt(h[5+240
	*H
^a|)vl{70g`Pb!o5H%%*6QNTI|Bo
 jY%Jpo؂,޸?uZgNc^Vց7~4+2	X)iGSt2a4OV
QE:
&3%BxGyvȩmn"4GW֮:ۭdte+Blzn0wԘB%$?xnYq%2ΌdF	0!W
+71!G0!C	*H
!40!010
	`He0\
+7N0L0
+70	010
	`He ?Rp/tA e00
aIU0
	*H
0~10	UUS10U
Washington10URedmond10U
Microsoft Corporation1(0&UMicrosoft Code Signing PCA 20100
111010204524Z
130110205524Z010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR10UMicrosoft Corporation0"0
	*H
0
Ϥ01QU4`E)_++rC\;*Yqrx ,8[b}ԯaD9βTK&DOW#Jjة6w4O{_u9}aRƲ~:xȔ=G'rpW0'ca(лbd@"+^wrN|U~\~@6tdW$XkUgZ.i;%00U%0
+0Ui1bqXxa0U#0_{"XrN!t#20VUO0M0KIGEhttp://crl.microsoft.com/pki/crl/products/MicCodSigPCA_2010-07-06.crl0Z+N0L0J+0>http://www.microsoft.com/pki/certs/MicCodSigPCA_2010-07-06.crt0U00
	*H
x[Zm#}u	j'EӒNħe݅JSxA
0 T'Yh8.?iLLx
P:M?+R=Mk&Z\j@K1(|Tp?vY0nm.$X9MRlj[AS{T1
DA~Ri?c2KW8X—@c-mk|+;B+9@"QpA
`&ǩc؅0p0X
aRL0
	*H
010	UUS10U
Washington10URedmond10U
Microsoft Corporation1200U)Microsoft Root Certificate Authority 20100
100706204017Z
250706205017Z0~10	UUS10U
Washington10URedmond10U
Microsoft Corporation1(0&UMicrosoft Code Signing PCA 20100"0
	*H
0
dPyg	LVhDXOv|mE9eҏDe,U}.+A+KnILk‰q͵K̈k:&?4W]I*.ՅY?+t+;FFIfTUbWrg% 4]^(ղcӲȊ&
Y5LR[HwօGj-\`ƴ*[#_Eo73jMjfcx0ϕ00	+70U_{"XrN!t#20	+7
SubCA0U0U00U#0Vˏ\bh=[Κ0VUO0M0KIGEhttp://crl.microsoft.com/pki/crl/products/MicRooCerAut_2010-06-23.crl0Z+N0L0J+0>http://www.microsoft.com/pki/certs/MicRooCerAut_2010-06-23.crt0U 00	+7.00=+1http://www.microsoft.com/PKI/docs/CPS/default.htm0@+042 Legal_Policy_Statement. 0
	*H
tWO){xP"	4*,Ͽ4ہ5oywNaZ#bQEg?<09@!)奡i"tGCS0i% moar,iv=Qۦ9H7amS˧a¿⃫k}(QJQlȷJi~IprGc֢DciFz?!{#-A˿Lﱜ"KInv[Sy=s5<TRGjҎڙg^27uZW¿
-'ӵ^i$gsMOVzRMwOB	
v#Vx"&6ʱnG3bɑ3_q@e"B!%-`7A*a<h`RG@w>SP8f3'9x6N_=GSa=*ג,7Z>@B1V$]Qjy{%qDj#u1000~10	UUS10U
Washington10URedmond10U
Microsoft Corporation1(0&UMicrosoft Code Signing PCA 2010
aIU0
	`He0
*H
	10	*H
	1
+70
+710
+70/	*H
	1" OUIބ2E7$|fG䡐0R
+71D0B SQL Server 2012http://www.microsoft.com/sql0
	*H
/1rWD"KΖb:1eTXzB&7~cS
a155KK|][+hg}f'/}F~PQW3}7(CCda}(^&TY+VZ̓"^7rR	S1L+$bh{5I%(V^3ⱵI<Ze5rFk
9<CF0
+710	*H
010	+0**H
	0
+Y
0!0	+B[H!s`CtO1&|20120211041241.033Z0010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR1'0%UnCipher DSE ESN:936C-7AEE-74AE1%0#UMicrosoft Time-Stamp Service0q0Y
a	*0
	*H
010	UUS10U
Washington10URedmond10U
Microsoft Corporation1200U)Microsoft Root Certificate Authority 20100
100701213655Z
250701214655Z0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100"0
	*H
0

w: iktTե
|hK,_av>f+[S'1A	|a0Y0D`TCM8Bݓs0W&E
GͿ$`2X`FXG2tag_TϓLĦ]an(aF'$gr!KdPb]w=WuBM@Q>gfD~Knʱz*
1N5x</Dd 	xD]^O"M00	+70Uc:\1C{|F3hZmU0	+7
SubCA0U0U00U#0Vˏ\bh=[Κ0VUO0M0KIGEhttp://crl.microsoft.com/pki/crl/products/MicRooCerAut_2010-06-23.crl0Z+N0L0J+0>http://www.microsoft.com/pki/certs/MicRooCerAut_2010-06-23.crt0U 00	+7.00=+1http://www.microsoft.com/PKI/docs/CPS/default.htm0@+042 Legal_Policy_Statement. 0
	*H
Q
?q=!o1Wm0fjxǨ%kTW+QDS`v@@A\\^5$VKtBȯ7}Z?yJR8/ye٩kzoK0D$"<Y)p2J'U/3b_W@ΙfjbJ&9Jqc{!mÜ<}jxm8ؔƥ
B"8 %d~cY%z.9Wvqa˚Gͧ};q	]t"aڰPo1:eGxHr~akow˧	9؂r*T9[
Uzs;-3.)/T'!ȬN(ۖBAM*f0ӻt2Kc{/!YD<PqסUiW0M
]O8/X.
P5	'ճ~56_tI00
aN	0
	*H
0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100
111215031031Z
130315032031Z010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR1'0%UnCipher DSE ESN:936C-7AEE-74AE1%0#UMicrosoft Time-Stamp Service0"0
	*H
0
ؾc0HS<!%5x~B ?+#^ˀÄRU9U?T<>ǘP5Gj+ἃdPeMsؾHu84YR䇉
;G+	TH9Hkd~"AH6/S4J&)IaʱX&_"
wguaS+ƶwp/%B:2AOTlE{@PFWƀb00U?9v5#[LW70U#0c:\1C{|F3hZmU0VUO0M0KIGEhttp://crl.microsoft.com/pki/crl/products/MicTimStaPCA_2010-07-01.crl0Z+N0L0J+0>http://www.microsoft.com/pki/certs/MicTimStaPCA_2010-07-01.crt0U00U%0
+0
	*H
O)KSQ\\s*8hO9KC54Ud"
`΃;@|D[ifa?ann!ҲgR*ru1>QI̐Ԉ!kbب"pQØ9X=pD.mLsT&cYNOg~u:TePbɂ%=e?cbӉ_ɩVK@TA%X,O㣏)}Wrxnj] PLy0a0㡁010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR1'0%UnCipher DSE ESN:936C-7AEE-74AE1%0#UMicrosoft Time-Stamp Service%
0	+^$3+b xc
ցs적0010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR1'0%UnCipher NTS ESN:B027-C6F8-1D881+0)U"Microsoft Time Source Master Clock0
	*H
&0"20120210232939Z20120211232939Z0w0=
+Y
1/0-0
&0
0U0
xc06
+Y
1(0&0
+Y

0 
0 0
	*H
4
ٛaQW؃FN8ٕkݼj`*+kFHrUwwG%$	F[@?f?0zC`Է{ĵ~C&,ի(2b^|,DN[)
ъAXq*fGɡUO&B2	H&RItjBQs$pfқc[QDCg`ZD[;ҊlX;M1000|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 2010
aN	0	+0	*H
	1
*H
	0#	*H
	1Bcn=In 0*H
	1000^$3+b xc
ցs00~0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 2010
aN	0	-S^3xEB&0
	*H
M~oM
Η}fM&
WNމ;gK7'כ4Vm@hW8kQ_Ys	=ڼBUDla2~؄
*e/=;p=`i}\$|nGg|K2
u4GMY8w3OI3$ˁ}`,hgհrFpG?Xy~*n2.z&nYis!v;FM

Anon7 - 2022
AnonSec Team