|
この記事は機械翻訳されたものです。 記事の文章にポインターを重ねると、原文のテキストが表示されます。 詳細情報
|
訳文
原文
|
ScriptingAuthenticationServiceSection クラス
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
System.Web.Configuration.ScriptingAuthenticationServiceSection
名前空間: System.Web.Configuration
アセンブリ: System.Web.Extensions (System.Web.Extensions.dll 内)
ScriptingAuthenticationServiceSection 型で公開されるメンバーは以下のとおりです。
| 名前 | 説明 | |
|---|---|---|
![]() | ScriptingAuthenticationServiceSection |
| 名前 | 説明 | |
|---|---|---|
![]() | CurrentConfiguration | |
![]() | ElementInformation | |
![]() | ElementProperty | |
![]() | Enabled | |
![]() | Item[ConfigurationProperty] | |
![]() | Item[String] | |
![]() | LockAllAttributesExcept | |
![]() | LockAllElementsExcept | |
![]() | LockAttributes | |
![]() | LockElements | |
![]() | LockItem | |
![]() | Properties | |
![]() | RequireSSL | |
![]() | SectionInformation |
| 名前 | 説明 | |
|---|---|---|
![]() | DeserializeElement | |
![]() | DeserializeSection | インフラストラクチャ。 |
![]() | Equals | |
![]() | GetHashCode | |
![]() | GetRuntimeObject | |
![]() | GetType | |
![]() | Init | |
![]() | InitializeDefault | |
![]() | IsModified | |
![]() | IsReadOnly | |
![]() | Reset | |
![]() | ResetModified | |
![]() | SerializeElement | |
![]() | SerializeSection | インフラストラクチャ。 |
![]() | SerializeToXmlElement | |
![]() | SetReadOnly | |
![]() | ShouldSerializeElementInTargetVersion | |
![]() | ShouldSerializePropertyInTargetVersion | |
![]() | ShouldSerializeSectionInTargetVersion | |
![]() | ToString | |
![]() | Unmerge |
<system.web.extensions>
<scripting>
<webServices>
<authenticationService enabled="true" requireSSL="false" />
</webServices>
</scripting>
</system.web.extensions>
// Get the Web application configuration. System.Configuration.Configuration configuration = WebConfigurationManager.OpenWebConfiguration("/aspnetTest"); // Get the external Web services section. ScriptingWebServicesSectionGroup webServicesSection = (ScriptingWebServicesSectionGroup)configuration.GetSectionGroup( "system.web.extensions/scripting/webServices"); // Get the authentication service section. ScriptingAuthenticationServiceSection authenticationSection = webServicesSection.AuthenticationService;
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (サーバー コア ロールはサポート対象外), Windows Server 2008 R2 (SP1 以降でサーバー コア ロールをサポート。Itanium はサポート対象外)
.NET Framework では、各プラットフォームのすべてのバージョンはサポートしていません。サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。
