IRemoteWebConfigurationHostServer.DoEncryptOrDecrypt メソッド
アセンブリ: System.Web (system.web.dll 内)

Function DoEncryptOrDecrypt ( _ doEncrypt As Boolean, _ xmlString As String, _ protectionProviderName As String, _ protectionProviderType As String, _ parameterKeys As String(), _ parameterValues As String() _ ) As String
Dim instance As IRemoteWebConfigurationHostServer Dim doEncrypt As Boolean Dim xmlString As String Dim protectionProviderName As String Dim protectionProviderType As String Dim parameterKeys As String() Dim parameterValues As String() Dim returnValue As String returnValue = instance.DoEncryptOrDecrypt(doEncrypt, xmlString, protectionProviderName, protectionProviderType, parameterKeys, parameterValues)
string DoEncryptOrDecrypt ( bool doEncrypt, string xmlString, string protectionProviderName, string protectionProviderType, string[] parameterKeys, string[] parameterValues )
String^ DoEncryptOrDecrypt ( bool doEncrypt, String^ xmlString, String^ protectionProviderName, String^ protectionProviderType, array<String^>^ parameterKeys, array<String^>^ parameterValues )
String DoEncryptOrDecrypt ( boolean doEncrypt, String xmlString, String protectionProviderName, String protectionProviderType, String[] parameterKeys, String[] parameterValues )
function DoEncryptOrDecrypt ( doEncrypt : boolean, xmlString : String, protectionProviderName : String, protectionProviderType : String, parameterKeys : String[], parameterValues : String[] ) : String
戻り値
xmlString の暗号化した値または復号化した値を格納した文字列。

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


- IRemoteWebConfigurationHostServer.DoEncryptOrDecrypt メソッドのページへのリンク