home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
WindowsServerTrial
/
server.iso
/
sources
/
install.wim
/
2
/
Windows
/
PolicyDefinitions
/
CipherSuiteOrder.admx
< prev
next >
Wrap
Extensible Markup Language
|
2008-01-19
|
1KB
|
30 lines
<?xml version="1.0" encoding="utf-8"?>
<!-- (c) 2006 Microsoft Corporation -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0" xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
<policyNamespaces>
<target prefix="cypherstrength" namespace="Microsoft.Policies.CypherStrength" />
<using prefix="windows" namespace="Microsoft.Policies.Windows" />
</policyNamespaces>
<resources minRequiredRevision="1.0" />
<categories>
<category name="SSLConfiguration" displayName="$(string.SSLConfiguration)">
<parentCategory ref="windows:Network" />
</category>
</categories>
<policies>
<!--Example policy setting with EditText-->
<policy name="SSLCipherSuiteOrder" class="Machine" displayName="$(string.SSLCipherSuiteOrder)" explainText="$(string.SSLCipherSuiteOrder_Help)" presentation="$(presentation.SSLCipherSuiteOrder)" key="SOFTWARE\Policies\Microsoft\Cryptography\Configuration\SSL\00010002">
<parentCategory ref="SSLConfiguration" />
<supportedOn ref="windows:SUPPORTED_WindowsVista" />
<elements>
<text id="Pol_SSLCipherSuiteOrder" valueName="Functions" />
</elements>
</policy>
</policies>
</policyDefinitions>