SectionInformation.ProtectionProvider プロパティ
アセンブリ: System.Configuration (system.configuration.dll 内)

Dim instance As SectionInformation Dim value As ProtectedConfigurationProvider value = instance.ProtectionProvider
public: property ProtectedConfigurationProvider^ ProtectionProvider { ProtectedConfigurationProvider^ get (); }
この ConfigurationSection オブジェクトの ProtectedConfigurationProvider。


ConfigurationSection オブジェクトの ProtectSection 値を取得する方法の例を次に示します。
Public Shared Sub GetProtectionProvider() Dim sInfo As SectionInformation = _ GetSectionInformation() Dim pp _ As ProtectedConfigurationProvider = _ sInfo.ProtectionProvider If pp Is Nothing Then Console.WriteLine("Protection provider is null") Else Console.WriteLine("Protection provider: {0}", _ pp.ToString()) End If End Sub 'GetProtectionProvider

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からSectionInformation.ProtectionProvider プロパティを検索する場合は、下記のリンクをクリックしてください。

- SectionInformation.ProtectionProvider プロパティのページへのリンク