????

Your IP : 18.218.131.147


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

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

$PEL�:
��" 0`
~ � ��S`��}O�0l�#��|T  H.text^ ` `.rsrc0�b@@.reloc�j@B�}H�!�	(2�I |�(
*(
*0Ts

+7Jo

-	3+	3-++,-	o
&JXTJo
2�o
*03-*s

X[](o
1
o
+�*(
*0f{-(
-*(}
,"rp(
-r!p(
-+
+
{o
2*{o
*"}*(
*BSJBv4.0.30319lH#~�#Strings�H#US
#GUID
�#BlobW�	�3	���B����
��D���:|)�l�����)�F�����=:~::���D��;!�7��:��]I�sM�sM
�sMasM-sQ�sIosaV��ZV��]
]V��`V�~`V�2`V�r`V��`V�g`
]V��dV��dV�md
]V��hV��hV�hV�h
]V��lV�`lV�TlpP ��tW ��` ��y� ��� ��!��z!� 	�!��	`,���-	���
)�9�A�I�Q�Y�a�i�q�y������� �����-�Z2��8��<����G����R��Y��8�1_��-27<A F$K,P0247<P@2D7HUPPT2X7.�.�.�.#�.+�.3�.;�.C
.K(.S5.[i.c.kC.sX.{X%@M����v]d�dR�mAd;�/��Q8�PA���#~�)�H.
3�6�hDm<Module>value__GetColumnDataCleanRowDatadataDisabledSystem.Collections.SpecializedAppendMessageSourcePostProcessSplitTriPartNamenameSystem.RuntimeNoneDialogTypeDialogEndPointStateNeutralResourcesLanguageAttributeDebuggableAttributeAssemblyTitleAttributeTargetFrameworkAttributeAssemblyFileVersionAttributeAssemblyInformationalVersionAttributeAssemblyConfigurationAttributeAssemblyDescriptionAttributeSecurityRulesAttributeCompilationRelaxationsAttributeAssemblyProductAttributeAssemblyCopyrightAttributeCLSCompliantAttributeAssemblyCompanyAttributeRuntimeCompatibilityAttributeescapedValueMonologReceiveSystem.Runtime.VersioningGetTriggeredStringUnEscapeStringVersionStringToStringMonologPublishget_LengthUtilMicrosoft.SqlServer.ServiceBrokerEnum.dllXmlinc_urn_schema.xmlBrokerService.xmlMessageType.xmlinc_policy_health_state.xmlServiceRoute.xmlRemoteServiceBinding.xmlMessageTypeMapping.xmlServiceContractMapping.xmlinc_urn.xmlinc_ext_prop.xmlServiceBroker.xmlServiceQueues.xmlServiceContract.xmlBrokerPriority.xmlget_ItemSystemMicrosoft.SqlServer.SqlEnumMicrosoft.SqlServer.ServiceBrokerEnumOpenMajorVersionMessageTypeValidationSystem.ReflectionXmlSchemaCollectionStringCollectionAssemblyVersionInfoMicrosoft.SqlServer.Management.SmodpstartEscapeCharescapeCharDataProviderStringBuilderSystem.Resources.ResourceManagerMicrosoft.SqlServer.Management.Smo.BrokerInitiator.ctorSystem.DiagnosticsSystem.Runtime.CompilerServicesSystem.ResourcesDebuggingModesSplitNamesm_listNamesget_CharsPostProcessServiceBrokerSqlObjectSecurityRuleSetInitiatorAndTargetClosedWaitClosingWaitOpenWaitErrorWaitget_CountInsertSystem.TextindexRegular2Wayget_ResourceAssemblyGetExecutingAssemblyop_EqualitySystem.SecurityEmptyProcedureSchema#ProcedureDatabase:�9�/�?E��`$PPl      UY  Y  ]  e �?_�
:��]̀�̑��$��$RSA1''6�n_�����1�:�fl/��y�����2}/��R4H�<=\]��Ǽ��(k,Q�\�$+�Au2����I���RmRo����{���l�؂O���1
�ˢ�#V{-��P���b�왹J�|};(���16.200.0.0	] U] e(UTWrapNonExceptionThrows
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.ServiceBrokerEnum�<?xml version="1.0" ?>
<EnumObject type="BrokerPriority" impl_type="ServiceBrokerSqlObject" min_major='10'>
    <settings>
        <property_link table="sys.conversation_priorities AS bp"/>
        <property_link fields='#ContractName#' left_join="sys.service_contracts AS sc">bp.service_contract_id = sc.service_contract_id</property_link>
        <property_link fields='#LocalServiceName#' left_join="sys.services AS ss">ss.service_id = bp.local_service_id</property_link>
    </settings>
    <properties>
        <include file='inc_urn.xml' />
        <property name="Name" type="sysname" access='Read'>bp.name</property>
        <property name="ID" type="int" access='Read'>bp.priority_id</property>
        <property name="ContractName" type="sysname" >ISNULL(sc.name,N'')</property>
        <property name="LocalServiceName" type="sysname" >ISNULL(ss.name,N'')</property>
        <property name="RemoteServiceName" type="nvarchar" size="256" >ISNULL(bp.remote_service_name,N'')</property>
        <property name="PriorityLevel" type="tinyint" >bp.priority</property>
      <include file='inc_policy_health_state.xml'/>
    </properties>
</EnumObject>Y<?xml version="1.0" ?>
<EnumObject type="BrokerService" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
		<property_link table = 'sys.services s'/>
        <property_link fields='#Owner#' join="sys.database_principals AS dp">dp.principal_id = s.principal_id</property_link>
        <property_link fields='#QueueName#' join="sys.objects AS so">so.object_id = s.service_queue_id</property_link>
        <property_link fields='#QueueSchema#' join="sys.objects AS sysob">sysob.object_id = s.service_queue_id</property_link>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
        <!-- extended properties support -->
        <include file='inc_ext_prop.xml' />
        <property name="ExtPropClass" type="int" hidden='true'>17</property>
		<property name="NType" type="sysname" access='Read' hidden='true'>BrokerService</property>
		<property name="Name" type="nvarchar" size="300">s.name</property>
		<property name="ID" type="int" access='Read'>s.service_id</property>		
		<property name="Owner" type="sysname" read_only_after_creation="true">dp.name</property>
		<property name="QueueName" type="sysname">so.name</property>
		<property name="QueueSchema" type="sysname">schema_name(sysob.schema_id)</property>
        <!--IsSystemObject An endpoint with an ID less then 65536 is a system endpoint.-->        
        <property name="IsSystemObject" type="bit" access='Read' cast='true'>case when  s.service_id &lt; 65536 then 1 else 0 end</property>
    <version min_major='10'>
      <include file='inc_policy_health_state.xml'/>
    </version>
  </properties>
</EnumObject>�<?xml version="1.0" ?>
<EnumObject type="inc_ext_prop" impl_type="SqlObject" min_major='9'>
	<settings>
	</settings>
    <properties>
        <property name="ExtPropMajorID" type="int" hidden='true'>
            <link_multiple no='1' expression="{0}">
                <link_field type='local' field="ID" />
            </link_multiple>
        </property>
        <property name="ExtPropMinorID" type="int" hidden='true'>0</property>
	</properties>
</EnumObject>F<?xml version="1.0" ?>
<EnumObject type="inc_policy_health_state" impl_type="SqlObject" min_major='10'>
	<settings>
    <version min_major='10'>
      <prefix fields="#PolicyHealthState#">
        DECLARE @is_policy_automation_enabled bit
        SET @is_policy_automation_enabled  = (SELECT CONVERT(bit, current_value)
                                              FROM msdb.dbo.syspolicy_configuration
                                              WHERE name = 'Enabled')
      </prefix>
    </version>
  </settings>
	<properties>
    <version min_major='10'>
      <property name="UrnWithId" type="nvarchar" size="4000" hidden="true">
        <link_multiple no='3' expression="{0} + '/{2}\[@ID=' + convert(nvarchar(20),{1}) + '\]'">
          <link_field type='parent' field="UrnWithId" />
          <link_field type='local' field="ID" />
          <link_field field="NType" />
        </link_multiple>
      </property>
      <property name="PolicyHealthState" type="int" expensive ="true" report_type2="Microsoft.SqlServer.Management.Dmf.PolicyHealthState">
        <link_multiple no='3' expression="case when 1=@is_policy_automation_enabled and exists (select * from msdb.dbo.syspolicy_system_health_state where target_query_expression_with_id like {0}+ '/{2}\[@ID=' + convert(nvarchar(20),{1}) + '\]%' ESCAPE '\') then 1 else 0 end">
          <link_field type='parent' field="UrnWithId" />
          <link_field type='local' field="ID" />
          <link_field field="NType" />
        </link_multiple>
      </property>
    </version>
  </properties>
</EnumObject>�<?xml version="1.0" ?>
<EnumObject type="inc_urn" impl_type="SqlObject" min_major='7'>
	<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_urn" impl_type="SqlObject" min_major='7'>
	<settings>
	</settings>
	<properties>
		<property name="Urn" type="nvarchar" size="600">
			<link_multiple no='4' expression="{0} + '/{3}[@Name=' + quotename({1},'''') + ' and @Schema=' + quotename({2},'''') + ']'">
				<link_field type='parent' field="Urn" />
				<link_field type='local' field="Name" />
				<link_field type='local' field="Schema" />
				<link_field field="NType" />				
			</link_multiple>
		</property>
	</properties>
</EnumObject>�<?xml version="1.0" ?>
<EnumObject type="MessageType" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
		<property_link table = 'sys.service_message_types mt'/>
        <property_link fields='#Owner#' join="sys.database_principals AS dp">dp.principal_id = mt.principal_id</property_link>
        <property_link fields='#ValidationXmlSchemaCollection#' left_join="sys.xml_schema_collections AS n">n.xml_collection_id = mt.xml_collection_id</property_link>
		<property_link fields='#ValidationXmlSchemaCollectionSchema#' left_join="sys.schemas AS ss">n.schema_id = ss.schema_id</property_link>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
		<include file='inc_ext_prop.xml' />
		<property name="NType" type="sysname" access='Read' hidden='true'>MessageType</property>
		<property name="ID" type="int">mt.message_type_id</property>
		<property name="MessageTypeValidation" type="int" report_type = 'Broker.MessageTypeValidation'>
		case mt.validation when 'N ' then 0 
		when 'X'  then case when mt.xml_collection_id is null then 3 else 1 end
		when 'E' then 2 end</property>
		<property name="Name" type="sysname">mt.name</property>
		<property name="Owner" type="sysname">dp.name</property>
		<property name="ValidationXmlSchemaCollection" type="sysname">ISNULL(n.name,N'')</property>
		<property name="ValidationXmlSchemaCollectionSchema" type="sysname">ISNULL(ss.name,N'')</property>
        <!--IsSystemObject An endpoint with an ID less then 65536 is a system endpoint.-->        
        <property name="IsSystemObject" type="bit" access='Read' cast='true' >case when mt.message_type_id &lt; 65536 then 1 else 0 end</property>
        <!-- extended properties support -->
        <property name="ExtPropClass" type="int" hidden='true'>15</property>
    <version min_major='10'>
      <include file='inc_policy_health_state.xml'/>
    </version>
  </properties>
</EnumObject>
�<?xml version="1.0" ?>
<EnumObject type="MessageTypeMapping" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
		<parent_link>
			<link parent='ID' local = 'ServiceID'/>
		</parent_link>
		<property_link table = 'sys.service_contract_message_usages scmu'/>
		<property_link fields = '#Name#' table = 'sys.service_message_types mt'>
			mt.message_type_id = scmu.message_type_id
		</property_link>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
		<property name="NType" type="sysname" access='Read' hidden='true'>MessageTypeMapping</property>
		<property name="Name" type="sysname">mt.name</property>
		<property name="ServiceID" type="int" hidden='true'>scmu.service_contract_id</property>		
		<property name="MessageSource" type="int" report_type = 'Broker.MessageSource'>(case when scmu.is_sent_by_initiator=1 and is_sent_by_target=0 then  0
                                                                   																		     when scmu.is_sent_by_initiator=0 and is_sent_by_target=1  then  1
                                                                																			  when scmu.is_sent_by_initiator=1 and is_sent_by_target=1  then 2 end )</property>		
	</properties>
</EnumObject>
�<?xml version="1.0" ?>
<EnumObject type="RemoteServiceBinding" impl_type="ServiceBrokerSqlObject" min_major='9' >
	<settings>
		<property_link table = 'sys.remote_service_bindings sb'/>
        <property_link fields='#Owner#' left_join="sys.database_principals AS dp">dp.principal_id = sb.principal_id</property_link>
        <property_link fields='#CertificateUser#' left_join="sys.database_principals AS dp2">dp2.principal_id = sb.remote_principal_id</property_link>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
        <!-- extended properties support -->
        <include file='inc_ext_prop.xml' />
        <property name="ExtPropClass" type="int" hidden='true'>18</property>
		<property name="NType" type="sysname" access='Read' hidden='true'>RemoteServiceBinding</property>
		<property name="ID" type="int">sb.remote_service_binding_id</property>		
        <property name="Name" type="sysname" cast='true'>cast(sb.name as varbinary(256))</property>
        <property name="Owner" type="sysname" read_only_after_creation="true">dp.name</property>
        <property name="RemoteService" type="sysname">sb.remote_service_name</property>
        <property name="IsAnonymous" type="bit">sb.is_anonymous_on</property>
        <property name="CertificateUser" type="sysname">dp2.name</property>
    <version min_major='10'>
      <include file='inc_policy_health_state.xml'/>
    </version>
  </properties>
</EnumObject>�<?xml version="1.0" ?>
<EnumObject type="ServiceBroker" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
	</settings>
	<properties>
		<property name="Urn" type="nvarchar" size="600">
			<link_multiple no='1' expression="{0} + '/ServiceBroker'">
				<link_field type='parent' field="Urn" />
			</link_multiple>
		</property>
    <version min_major='10'>
      <property name="UrnWithId" type="nvarchar" size="4000" hidden="true">
        <link_multiple no='2' expression="{0} + '/{1}'">
          <link_field type='parent' field="UrnWithId" />
          <link_field field="NType" />
        </link_multiple>
      </property>
      <property name="PolicyHealthState" type="int" report_type2="Microsoft.SqlServer.Management.Dmf.PolicyHealthState">
        <link_multiple no='1' expression="case when 1=msdb.dbo.fn_syspolicy_is_automation_enabled() and exists (select * from msdb.dbo.syspolicy_system_health_state where target_query_expression_with_id like 'Server/Database[@Id=' + CONVERT(nvarchar(15), db_id()) + ']/{0}%' ESCAPE '\') then 1 else 0 end">
          <link_field field="NType" />
        </link_multiple>
      </property>
    </version>
  </properties>
</EnumObject>�<?xml version="1.0" ?>
<EnumObject type="ServiceContract" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
		<property_link table = 'sys.service_contracts sc'/>
        <property_link fields='#Owner#' join="sys.database_principals AS dp">dp.principal_id = sc.principal_id</property_link>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
        <!-- extended properties support -->
        <include file='inc_ext_prop.xml' />
        <property name="ExtPropClass" type="int" hidden='true'>16</property>
        <property name="NType" type="sysname" access='Read' hidden='true'>ServiceContract</property>
		<property name="Name" type="sysname">sc.name</property>
		<property name="ID" type="int" access='Read'>sc.service_contract_id</property>		
		<property name="Owner" type="sysname">dp.name</property>
        <!--IsSystemObject An endpoint with an ID less then 65536 is a system endpoint.-->
        <property name="IsSystemObject" type="bit" access='Read' cast='true'>case when sc.service_contract_id &lt; 65536 then 1 else 0 end</property>
    <version min_major='10'>
      <include file='inc_policy_health_state.xml'/>
    </version>
  </properties>
</EnumObject>�<?xml version="1.0" ?>
<EnumObject type="ServiceContractMapping" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
		<parent_link>
			<link parent='ID' local = 'ServiceID'/>
		</parent_link>
		<property_link table = 'sys.service_contract_usages scu'/>
        <property_link fields='#Name#' join="sys.service_contracts AS sc">sc.service_contract_id = scu.service_contract_id</property_link>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
		<property name="NType" type="sysname" access='Read' hidden='true'>ServiceContractMapping</property>
		<property name="ServiceID" type="int" hidden='true'>scu.service_id</property>		
        <property name="Name" type="sysname">sc.name</property>
	</properties>
</EnumObject>Z<?xml version="1.0" ?>
<EnumObject type="ServiceQueue" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
        <property_link table="sys.service_queues AS sq"/>
        <property_link table="sys.objects AS obj">obj.type='SQ' and sq.object_id=obj.object_id</property_link>
        <property_link fields='#ExecutionContextPrincipal#' left_join="sys.database_principals AS dp">dp.principal_id = sq.execute_as_principal_id</property_link>
        <property_link fields='#Schema#' join="sys.schemas AS ss">ss.schema_id = sq.schema_id</property_link>
        <property_link fields='#FileGroup#' join="sys.internal_tables AS it">sq.object_id = it.parent_object_id</property_link>
        <property_link fields='#FileGroup#' join="sys.indexes AS ind">ind.object_id = it.object_id and ind.index_id &lt; 2</property_link>
        <property_link fields='#FileGroup#' join="sys.filegroups AS fg">fg.data_space_id = ind.data_space_id</property_link>
        
		
        <post_process fields='#ProcedureDatabase#ProcedureSchema#ProcedureName#' class_name='Microsoft.SqlServer.Management.Smo.Broker.PostProcessSplitTriPartName'
			triggered_fields='#TriPartProcedureName#' />
	</settings>
	<properties>
		<include file='inc_urn_schema.xml' />
	        <include file='inc_ext_prop.xml' />
        	<property name="ExtPropClass" type="int" hidden='true'>1</property>

		<property name="Name" type="sysname" access='Read'>sq.name</property>
		<property name="ID" type="int" access='Read'>sq.object_id</property>
		<property name="CreateDate" type="datetime" access='Read'>obj.create_date</property>
		<property name="DateLastModified" type="datetime" access='Read'>obj.modify_date</property>
		<property name="ExecutionContextPrincipal" type="sysname">ISNULL(dp.name,N'')</property>
		<property name="ActivationExecutionContext" type="int" report_type="ActivationExecutionContext">(case when ISNULL(sq.execute_as_principal_id, -1) &lt; 0 then 2 else 3 end) </property>
		<property name="MaxReaders" type="smallint">sq.max_readers</property>
		<property name="ProcedureDatabase" type="sysname" usage="request">N''</property>
		<property name="ProcedureSchema" type="sysname" usage="request">N''</property>
		<property name="ProcedureName" type="sysname" usage="request">N''</property>
		<property name="TriPartProcedureName" type="sysname" hidden="true">ISNULL(sq.activation_procedure,N'')</property>
		<property name="Schema" type="sysname" access='Read'>ss.name</property>
		<property name="FileGroup" type="sysname">fg.name</property>
		<property name="RowCount" type="bigint" access='Read' expensive='true'>ISNULL((SELECT p.rows from sys.internal_tables as it
	join sys.indexes as i on i.object_id = it.object_id and i.index_id = 1 
	join sys.partitions as p on p.object_id = i.object_id and p.index_id = i.index_id
	where sq.object_id = it.parent_id and it.parent_minor_id = 0 and it.internal_type = 201 ), 0)</property>
		<property name="IsActivationEnabled" type="bit" cast='true'>sq.is_activation_enabled</property>
		<property name="IsEnqueueEnabled" type="bit" cast='true'>sq.is_enqueue_enabled</property>
		<property name="IsRetentionEnabled" type="bit" cast='true'>sq.is_retention_enabled</property>

        <property name="IsSystemObject" type="bit" access='Read' cast='true'>obj.is_ms_shipped</property>
    <version min_major='10' >
      <include file='inc_policy_health_state.xml'/>
    </version>
    <version min_major='10' min_minor='50'>
      <property name="IsPoisonMessageHandlingEnabled" type="bit" cast='true'>sq.is_poison_message_handling_enabled</property>
    </version>
  </properties>
</EnumObject>�<?xml version="1.0" ?>
<EnumObject type="ServiceRoute" impl_type="ServiceBrokerSqlObject" min_major='9'>
	<settings>
		<property_link table = 'sys.routes sr'/>
        <property_link fields='#Owner#' join="sys.database_principals AS dp">dp.principal_id = sr.principal_id</property_link>
	</settings>
	<properties>
		<include file='inc_urn.xml' />
        <!-- extended properties support -->
        <include file='inc_ext_prop.xml' />
        <property name="ExtPropClass" type="int" hidden='true'>19</property>
		<property name="NType" type="sysname" access='Read' hidden='true'>ServiceRoute</property>
		<property name="Name" type="sysname">sr.name</property>
		<property name="ID" type="int" access='Read' >sr.route_id</property>		
		<property name="Owner" type="sysname" read_only_after_creation="true">dp.name</property>
		<property name="BrokerInstance" type="sysname">ISNULL(sr.broker_instance, N'')</property>
		<property name="ExpirationDate" type="datetime">sr.lifetime</property>
		<property name="Address" type="nvarchar" size="1024">sr.address</property>
		<property name="RemoteService" type="sysname">ISNULL(sr.remote_service_name, N'')</property>
		<property name="MirrorAddress" type="nvarchar" size="1024">ISNULL(sr.mirror_address, N'')</property>
		<version min_major='10'>
      <include file='inc_policy_health_state.xml'/>
    </version>
  </properties>
</EnumObject>
�|#	c$d�:{�����!�����"u*f�b�5�p��@���� ��s��VL� o+����`�V�j8N�8媊C���������d����|��J�N+hV��/͕/��]��3��MP��|�^'�}�_RSDSx�h���A�XP�Z�R�C:\source\obj\src\Microsoft\SqlServer\Management\Smo.Broker\Release\netcoreapp3.1\Microsoft.SqlServer.ServiceBrokerEnum.pdbSHA256x�h����gXP�Z�R���+�QDq���JI�;�}�} �}_CorDllMainmscoree.dll�% �0�HX���4VS_VERSION_INFO���)ٳ�)ٳ?DVarFileInfo$Translation�2StringFileInfo000004b0v�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 Corporationt&FileDescriptionMicrosoft.SqlServer.ServiceBrokerEnum^FileVersion16.200.46041.41 (SMO-master-A)t*InternalNameMicrosoft.SqlServer.ServiceBrokerEnum.dll�.LegalCopyright� Microsoft Corporation. All rights reserved.|*OriginalFilenameMicrosoft.SqlServer.ServiceBrokerEnum.dlll&ProductNameMicrosoft.SqlServer.ServiceBrokerEnumDProductVersion16.200.46041.41>Assembly Version16.200.0.0p>�#0�#�	*�H��
��#w0�#s10
	`�He0\
+�7�N0L0
+�70	���010
	`�He �}R�<r��'�ex �FU~�����g�S���
�0�0��3��Rֹ�m��0
	*�H��
0~10	UUS10U
Washington10URedmond10U
Microsoft Corporation1(0&UMicrosoft Code Signing PCA 20110
200304183948Z
210303183948Z0t10	UUS10U
Washington10URedmond10U
Microsoft Corporation10UMicrosoft Corporation0�"0
	*�H��
�0�
������-������/XO�? ��?�%�6�'��[�}O����ؔnj���'��6a!D<�\;m��3���Ҽ��Dh0�H�x�D"e�D6F�qI&G#��e�;F�@8�Tv���0�v��Q��
�]�{[rV	1S���o��s@*޷�~}�h3_J\ ���U��.h�8M���oW�h�uaqSd�1���iوn�t.�ntF�Ƹ��P���~b��K�}V2�i~me��e?OJ��8"����0�~0U%0
+�7L+0U��I/�ͬ��DYt�]�{0o0TUM0K�I0G1-0+U$Microsoft Ireland Operations Limited10U
230012+4583860U#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��
�)ף�c��^O�	U�'�D��))���6���U�Uo���(n����:12>���(�ƄMl�h�7)�,�p�(zU���-"�Oޝ�^M��E�s屍,AbK:?8��GV���7�٣N�]�C�!{�x�������Ȱ�̥)�h�P�`��ηJW����{������
��w���C�Ȑ̔���Kl�����M������!U��������I��,�Q����I�Y����@3�\�*��'�gͺ����{}g<�B3,��Sj�`-�
�;�)#`l�����;��w��a���
�9�m5�I������ᕇʺ^9�q�ZO�-	�iiV�Yܟ�h�/V��`���򻇂=�$X���\���Ǚ�R����I���Z���cQ���p���_��h�*MZ�T#�^pV�It��j^9] Ȋ�A�f��t�]��04���vо�~F~�|A\��v�e��]����܄�0�bnS*%�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��Rֹ�m��0
	`�He���0	*�H��
	1
+�70
+�710
+�70/	*�H��
	1" ��(�m�]m��0��o8�ջ�m�t�l��O<=0B
+�71402��Microsoft��http://www.microsoft.com0
	*�H��
�NQ�[��h#��Ѩp�g�����C߭#m�2�4���9���c6�ؔ2�6��-���re#��9ͫ:2��zy%�Z�[�3��Q%�گ��
�%8��A��(n�aRm�{
ȃ}�d8�b��fj�!�Y��s�c�\My��胕ͱj��U*�#��j��æ
��;xaE˪�ij��#V-�
�ϥyu�9W?r<��Ve6)<��>���iMn�f:]Ƃ���P���}S:�����|��}��5Pې���0��
+�71��0��	*�H��
���0��10
	`�He0�Y*�H��
	��H�D0�@
+�Y
010
	`�He u�]Y�KV�'�y5a��T��I����A_�j1��20201209154056.929Z0��ؤ��0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1-0+U$Microsoft Ireland Operations Limited1&0$UThales TSS ESN:FC41-4BD4-D2201%0#UMicrosoft Time-Stamp Service��M0��0��3@#�^ޕ$1@0
	*�H��
0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100
201015172826Z
220112172826Z0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1-0+U$Microsoft Ireland Operations Limited1&0$UThales TSS ESN:FC41-4BD4-D2201%0#UMicrosoft Time-Stamp Service0�"0
	*�H��
�0�
��}k3q��/M�?���f��I9:T�N˰��V�0�����Ȃ�Qa\rz>�"07E2%`NLǵ�b7§w����1��>ߴ�'N�'��M9�O�G�aVK�����V��^�PЍfY�˜N}�d���v�r��"̖]��c�:�l�H�!��=�y[Ʉ�%�2
L��%@_V:0��L����9��=l�P�b
��Il�{5_tY����F����gVp�0��K�H�ĸ�',�
)7cF,�6ah���0�0U5C.&wF ��Ҫul��-g0U#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��
�cR��B�
�b|��m�XWs���'���ţ}N�`q>-���l����$^d��j���4m�����MCG(��"_T��ȦB�B�ޏk���F�JC�P�g��p���0?H�q��(i�x�'š�οӖ�:5�Oл熒�6o�,.�e�H�e�sv�6yӘ���܎tl݋9gZ�3����W�qTct�'��4e�+�18q�T!�v*��V�J��[X�W-d;|s�^ ����)��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:FC41-4BD4-D2201%0#UMicrosoft Time-Stamp Service�#
0+B����;2��2�C9	rQS���0���~0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100
	*�H��
�{WI0"20201209220145Z20201210220145Z0w0=
+�Y
1/0-0
�{WI0
#I�0<0
�|��06
+�Y
1(0&0
+�Y
�
0� �
0��0
	*�H��
��%���/F���9:����e��\k���R���y`-�#,(PH���+�H�h�����a:|u:��eh?�x�b��rY�0�@U�y��7��n�p՝�Naq�Y��N��˜��1�
0�	0��0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20103@#�^ޕ$1@0
	`�He��J0	*�H��
	1
*�H��
	0/	*�H��
	1" ��Y�+�R��.�	�ϑPi�A�'���/vhv0��*�H��
	/1��0��0��0�� /6����Ҥ\$��r�S��?��|E�I:����0��0���~0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20103@#�^ޕ$1@0" ں�v�VB��UPP~��ቡ��cJf�E	�ѣ0
	*�H��
���Υ�}ޣnh|�A#��S�����|`��eEE؆]/'��_'5<��4L��ϔ
���垍��_�O�b�&�_�*&O�(��f���U)u</v!��m������SM)���dI����Lx��_7��&�Q�J
H쥩��ݗ��/��JzxDi�	��"/K���+g�L�̱O�1/���%5mSG��sێ�t�֑+��}1{y��d1�!�T!e�:y�07�̹q^T~��� �XC���iee����