????

Your IP : 3.16.154.37


Current Path : C:/inetpub/vhost/donthu.nextform.vn/
Upload File :
Current File : C:/inetpub/vhost/donthu.nextform.vn/Microsoft.SqlServer.PolicyEnum.dll

MZ����@���	�!�L�!This program cannot be run in DOS mode.

$PEL�VE��" 0H�g � ��`�\gO�R�#�TfT  H.text�G H `.rsrc�J@@.reloc�P@B�gHh 4	�+8:�e�(
*(
*(
*BSJBv4.0.30319l$#~��#Strings0#US4#GUIDD�#BlobW�	�3
%�b�=
@,y���c�c^cc�c�cEcvc]
L
�cHum
g�A���QV��V�V�P �t�W �E�_ ��@E	���
)�1�9�A�I�Q�Y�a�i�q�y����E����.	..1.#:.+E.3K.;�.C�.K�.S�.[�.c�.k�.s�x��7!%1%��.
�.�|8�8	gp
�H� 4��8�`'�x)��,D�0�85T<Module>Microsoft.SqlServer.Management.Sdk.SfcSystem.RuntimeNeutralResourcesLanguageAttributeDebuggableAttributeAssemblyTitleAttributeTargetFrameworkAttributeAssemblyFileVersionAttributeAssemblyInformationalVersionAttributeAssemblyConfigurationAttributeAssemblyDescriptionAttributeCompilationRelaxationsAttributeAssemblyProductAttributeAssemblyCopyrightAttributeCLSCompliantAttributeAssemblyCompanyAttributeRuntimeCompatibilityAttributeMicrosoft.SqlServer.Management.DmfSystem.Runtime.VersioningVersionStringMicrosoft.SqlServer.PolicyEnum.dllinc_urnByID.xmlPolicyStore.xmlTargetSetLevel.xmlEvaluationDetail.xmlCondition.xmlPolicyCategorySubscription.xmlinc_urn.xmlObjectSet.xmlTargetSet.xmlPolicy.xmlPolicyCategory.xmlConnectionEvaluationHistory.xmlExecuteSqlSystemMicrosoft.SqlServer.PolicyEnumconnGetServerVersionMajorVersionSystem.ReflectionMicrosoft.SqlServer.Management.CommonAssemblyVersionInfoMicrosoft.SqlServer.ConnectionInfoSystem.Resources.ResourceManager.ctorSystem.DiagnosticsSystem.Runtime.CompilerServicesSystem.ResourcesDebuggingModesISupportVersionsSqlObjectPolicyObjectget_ResourceAssemblyGetExecutingAssembly����@�o~0cs�E     IM�?_�
:��]̀�̑��$��$RSA1''6�n_�����1�:�fl/��y�����2}/��R4H�<=\]��Ǽ��(k,Q�\�$+�Au2����I���RmRo����{���l�؂O���1
�ˢ�#V{-��P���b�왹J�|};(���16.200.0.0 I M(ITWrapNonExceptionThrows
en-US5.NETCoreApp,Version=v3.1TFrameworkDisplayNameMicrosoft CorporationRelease3.© Microsoft Corporation. All rights reserved.����
  The SQL Server Management Objects (SMO) Framework is a set of objects designed for programmatic management of Microsoft SQL Server and Microsoft Azure SQL Database.
    #16.200.46041.41 (SMO-master-A)16.200.46041.41#Microsoft.SqlServer.PolicyEnum1<?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>
�<?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>
�<?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="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>
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>
<?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>
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="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>
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>
h���@��^٩�d��9�b�y�ci��!�q�tq$抠���
7��X=��<K!n��[�r:I�7�E�u6	l7��u���O�[�Qw�o�,�w:$CJ4�>��K�D�Pd>H��o};H�K}k���
�"�MP��f�H'5g5IRSDS;>SJN��m����C:\source\obj\src\Microsoft\SqlServer\Management\PolicyEnum\Release\netcoreapp3.1\Microsoft.SqlServer.PolicyEnum.pdbSHA256;>SJ�3�m����"�F��$�������g�g �g_CorDllMainmscoree.dll�% �0�HX���4VS_VERSION_INFO���)ٳ�)ٳ?DVarFileInfo$Translation�StringFileInfo�000004b0v�Comments

  The SQL Server Management Objects (SMO) Framework is a set of objects designed for programmatic management of Microsoft SQL Server and Microsoft Azure SQL Database.

    LCompanyNameMicrosoft CorporationfFileDescriptionMicrosoft.SqlServer.PolicyEnum^FileVersion16.200.46041.41 (SMO-master-A)f#InternalNameMicrosoft.SqlServer.PolicyEnum.dll�.LegalCopyright� Microsoft Corporation. All rights reserved.n#OriginalFilenameMicrosoft.SqlServer.PolicyEnum.dll^ProductNameMicrosoft.SqlServer.PolicyEnumDProductVersion16.200.46041.41>Assembly Version16.200.0.0`�7�#0�#w	*�H��
��#h0�#d10
	`�He0\
+�7�N0L0
+�70	���010
	`�He E�hI?���f�\��wd����(�
.j���
v0��0�ܠ3�M!u���,�0
	*�H��
0~10	UUS10U
Washington10URedmond10U
Microsoft Corporation1(0&UMicrosoft Code Signing PCA 20110
200304183946Z
210303183946Z0t10	UUS10U
Washington10URedmond10U
Microsoft Corporation10UMicrosoft Corporation0�"0
	*�H��
�0�
����i���u���>�7�
�F�^o�/^����4��]��癱UC�MZ�_��y�o\���8�?�>�*��_��
�����H��Mg���xpi�7e�l^�e��)ʛ8�}����,*�4q�$>3�K�TY�w�0l��iI����՛+⒞�Ok0L]9&G�R�â�-�o�Řԅg�W�es�X2~���~��45|$7<�7� n�c"Y�ȡ��L��K;���2R�D�&�e+�i<:�����|������s0�o0U%0
+�7L+0U�1S{�i@�NW���q:n0EU>0<�:0810UMicrosoft Corporation10U
230012+4583840U#0�Hnd�Pӂ�77"�m��u�0TUM0K0I�G�E�Chttp://www.microsoft.com/pkiops/crl/MicCodSigPCA2011_2011-07-08.crl0a+U0S0Q+0�Ehttp://www.microsoft.com/pkiops/certs/MicCodSigPCA2011_2011-07-08.crt0U�00
	*�H��
�@�-u��|��ww���5����0�xz�;�-��
�%F)�U"h�R��[ ُf��t�M�a�Bq�?�s8t0��Ϗ�*�-�t?k1��O��a2���@z�>�)f���O�<J(m.� Jy�V>[�`Zٯ���h�s���?��:�Sܢn�g�AE��6mk�T=o���Ey���-=��3��}
H�tπR���-�]yDf��\l��YV���3�n�e�@��d�R	0ó�B�@k�r�`��	k#�o��_�����F�^-�8�]1�+�H����(`��r�8�Z{#��2�K5S\�{xV���?]x�-_�#�w{��>5*��eA�]t�y���7!�.TQ�ν�NvT@k�9J.��E �x�a����tHp�G�u�\K!_���s3�^/N�;M�0�z��J��:����؟������
�=�����ڜ� �'0µ�`�vD�@�h��C_�(�<�z� h��lL=��G��,�����<"�0�z0�b�
a��0
	*�H��
0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1200U)Microsoft Root Certificate Authority 20110
110708205909Z
260708210909Z0~10	UUS10U
Washington10URedmond10U
Microsoft Corporation1(0&UMicrosoft Code Signing PCA 20110�"0
	*�H��
�0�
���r.��n��M4��X!�B*k�ZP��8I���7k���8™��9�1BӉ
yd�~�`$l��I��h^�ߛS�
,ï٩+�z	�זY�`�fv�2R&/�PϳD�]��.u�h��m�:\��F��8d�nd5x��c-�@����
�\y�I)�
��w��=��+ZMV(�zr�:�I^���C���{�{��>��]�O��/Y�;-�3Xŷ>�2ӳ=����8~ҝ�,�NV�!5%�9ndS���#������_��R������!t%_(��'(8%�9J6�|���#��f�aj�(I�_��%]�!K>RĵW?$��z[/�#�p]QFw��Ἤ�_����UK�9��#I��D|E��rz�r�$߿F����Wۃ��MI0�����[���ݰf��{���K�I)�(��}g��bx_�/��W�\�w((��m�(�,�@7O��D��	L�ԥC/t��n�x X,]`��>O3�ڰ�ޞN�F�l���ֈ����0��0	+�70UHnd�Pӂ�77"�m��u�0	+�7
SubCA0U�0U�0�0U#0�r-:1�C�N���1�#�40ZUS0Q0O�M�K�Ihttp://crl.microsoft.com/pki/crl/products/MicRooCerAut2011_2011_03_22.crl0^+R0P0N+0�Bhttp://www.microsoft.com/pki/certs/MicRooCerAut2011_2011_03_22.crt0��U ��0��0��	+�7.0��0?+3http://www.microsoft.com/pkiops/docs/primarycps.htm0@+042 Legal_policy_statement. 0
	*�H��
�g򆥘�Ty.��tg"���c��B�}�y��e_.,>��r�m���?�
�;�G���i�c�"5��]e��}�FPU��|�K�<B�Rа�k�>.)��=�Եw�9��d�D=xz#�}��t����&F*Š�����h�h.��*?*kXIc	inZ�����F+�;н5�n%��'������(��M=����2���-�[��I9
�
�ƭ�����QEX82q'��'��,: i��Y�hno��t�@�*(>�?Mf��M��o}E�v�@*e��]Rb��c6��������'�ͥ���]cA�[��>w��u�aa������A�(��e/��\��֡F�Y�	KH���)ű��?Ew5�Ң��zz"�H���G#�����k�K���ux��7�yK�ֳ#hu������i;��0�L���umc�=ѝVNO��W"�x2!z�A
�?��̤]����WqVNHE�Bɛv[
�Hk�y���mmj�Rs
zP�1�t0�p0��0~10	UUS10U
Washington10URedmond10U
Microsoft Corporation1(0&UMicrosoft Code Signing PCA 20113�M!u���,�0
	`�He���0	*�H��
	1
+�70
+�710
+�70/	*�H��
	1" ��52ێe0�0�e�D>dq1��k~�̛�|�0B
+�71402��Microsoft��http://www.microsoft.com0
	*�H��
�>�fX�X�&k����gs�|��X��-��k�8�s�l�0(�i\.��R�ք�G�venσ/�a3�;���a8�������������@�-��{n��V����	M�"#�TY�B�b���� Vѝ�掭�Tg6����Z*�K��7��L�.�xcp����MG��p�':�3�ڐ�xU���B�;�z2��`�s4}βaO���U�w'/����+c;P�;�*"�"�D�p�L�h5v��_�������0��
+�71��0��	*�H��
���0��10
	`�He0�Y*�H��
	��H�D0�@
+�Y
010
	`�He ta��گ����6��ބH;�(@���	_���20201209154057.589Z0��ؤ��0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1-0+U$Microsoft Ireland Operations Limited1&0$UThales TSS ESN:8D41-4BF7-B3B71%0#UMicrosoft Time-Stamp Service��M0��0��3:��1�wII�:0
	*�H��
0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100
201015172822Z
220112172822Z0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1-0+U$Microsoft Ireland Operations Limited1&0$UThales TSS ESN:8D41-4BF7-B3B71%0#UMicrosoft Time-Stamp Service0�"0
	*�H��
�0�
��_$�_�?	L�؟�9�*qj�'�W&$��r,>ջfx���ô��(;'n�@}xS��Y�J�Z\ Y�ݽy��&�W��r�X��<�Ӊ{���W?W_��Kb�/�8��@���ۆ��L�L����
Vr�vyB�FxsZ^�Ζ��nUElŎ�k���Q�f��I�.�@[b
)ur�@n��	A�˸.�`����d�q2
�����k�������)�
�~�]Xv��l��	ϹH-9���(J2)��0�0UV��_k��ou��	�E��0U#0��c:\�1��C{|F�3hZ�mU0VUO0M0K�I�G�Ehttp://crl.microsoft.com/pki/crl/products/MicTimStaPCA_2010-07-01.crl0Z+N0L0J+0�>http://www.microsoft.com/pki/certs/MicTimStaPCA_2010-07-01.crt0U�00U%0
+0
	*�H��
�^7�>�-�x|mJNn@�H�m��+�.��9Z�A�v	4��Nhs��ײ< �K���:*�G'�Ĩb酐=�5��Q��uvǃ?���c%d�ԓ2�c�2;�]����L'�V�&������,%񥪽
��"��
��'��{5:��2e��	n<�m�E|��e؆`ʾ\4草:�:��5��m@������Y�R��¾A��0'�e���槡Y�bL��p��)���E�P�tX�Z�#m) L�ٳ0�q0�Y�
a	�*0
	*�H��
0��10	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�: ����i�ktTե
����|hK,_���a�v�>f+[�S'1A��	�|a0Y�0D�`��TC�M�8�Bݓ��s0W&��E
��G�Ϳ$`2X`F�XG�2�tag�_�T�ϓL��Ħ]�an(������a�F�'$gr!��Kd�Pb�]�w=�Wu���BM@Q��>g�f��D~��K�n�ʱ��z*
1��N���5�x���<�/D����d��� 	�x����D]^�O"M���0��0	+�70U�c:\�1��C{|F�3hZ�mU0	+�7
SubCA0U�0U�0�0U#0��Vˏ�\bh�=��[�Κ�0VUO0M0K�I�G�Ehttp://crl.microsoft.com/pki/crl/products/MicRooCerAut_2010-06-23.crl0Z+N0L0J+0�>http://www.microsoft.com/pki/certs/MicRooCerAut_2010-06-23.crt0��U ���0��0��	+�7.0��0=+1http://www.microsoft.com/PKI/docs/CPS/default.htm0@+042 Legal_Policy_Statement. 0
	*�H��
��Q
���?�q=���!o���1����Wm0���f�j���x�Ǩ�%��kTW+Q�D��S���`�v�@@A��\�\�^5�$VKt�Bȯ���7}Z?�yJ�R�8�/y�e٩�k����zoK0D$"<�����Y)����p�2J'�U�/���3�b_��W@��Ιf���jb��J�&�9�Jqc�{!mÜ��<�}�j�x�m���8ؔ�ƥ
������B�����"8 �%�d��~cY%z.9Wv�q����a�˚�G����ͧ��}���;q	�]t�"aڰPo�����1��:�eGx�H���r~akow��˧	�9����؂�r�����*T9�[��
U�z�s;�-��3.)��/T'!�ȬN�(���ۖ��B���AM�*��f0ӻt2K�c{���/�!�Y���D<�Pqס��U�i�W���0����M�
�]O�8/��X.�
�P5��	'ճ~5��6��_��t�I���0�@0���ؤ��0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1-0+U$Microsoft Ireland Operations Limited1&0$UThales TSS ESN:8D41-4BF7-B3B71%0#UMicrosoft Time-Stamp Service�#
0+%���X�ܯb>5��5����0���~0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100
	*�H��
�z�0"20201209140659Z20201210140659Z0w0=
+�Y
1/0-0
�z�0
��0�0
�|9�06
+�Y
1(0&0
+�Y
�
0� �
0��0
	*�H��
��I�1ڏ;��J�#Ѱ��}�*Æ�g���+�(�$�ux�'5�'������6�ms�������H��^�
�p��Ϗe<µ���9���ap����E˲�c����Ͼ4=��;e�}2��?2�`1�
0�	0��0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20103:��1�wII�:0
	`�He��J0	*�H��
	1
*�H��
	0/	*�H��
	1" ;E"�H5cf�/��y���Y
�M��@�	"�0��*�H��
	/1��0��0��0�� ��Є�,_��/~�9?���\��(��iC|�m0��0���~0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20103:��1�wII�:0" ex`�&����(�d��m<�O1BӢڸ�*뒣zV0
	*�H��
��5<����(�ψ -g�`���=A4�Hۺ[� �,'���U+�_˓./&�8{;3x��.�t��%�.����{��Us�����G�)[Ԗ~ytF�h���G'aVDN>Q���g�[��8Y�>&H����E�u*�H�Ϻ�F�?�Tស\ʋ�J����B�y�@s|�H�Ϗ��� }�W�ɘ���|�����!����DŽC��
�r�Fj���ך�D��P#�٫�"�:!u�##�{YT�٫����K|