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 プロパティ
を検索
- SectionInformation.ProtectionProvider プロパティのページへのリンク