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

Public Function DoEncryptOrDecrypt ( _ doEncrypt As Boolean, _ xmlString As String, _ protectionProviderName As String, _ protectionProviderType As String, _ paramKeys As String(), _ paramValues As String() _ ) As String
Dim instance As RemoteWebConfigurationHostServer Dim doEncrypt As Boolean Dim xmlString As String Dim protectionProviderName As String Dim protectionProviderType As String Dim paramKeys As String() Dim paramValues As String() Dim returnValue As String returnValue = instance.DoEncryptOrDecrypt(doEncrypt, xmlString, protectionProviderName, protectionProviderType, paramKeys, paramValues)
public string DoEncryptOrDecrypt ( bool doEncrypt, string xmlString, string protectionProviderName, string protectionProviderType, string[] paramKeys, string[] paramValues )
public: virtual String^ DoEncryptOrDecrypt ( bool doEncrypt, String^ xmlString, String^ protectionProviderName, String^ protectionProviderType, array<String^>^ paramKeys, array<String^>^ paramValues ) sealed
public final String DoEncryptOrDecrypt ( boolean doEncrypt, String xmlString, String protectionProviderName, String protectionProviderType, String[] paramKeys, String[] paramValues )
public final function DoEncryptOrDecrypt ( doEncrypt : boolean, xmlString : String, protectionProviderName : String, protectionProviderType : String, paramKeys : String[], paramValues : 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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からRemoteWebConfigurationHostServer.DoEncryptOrDecrypt メソッドを検索する場合は、下記のリンクをクリックしてください。

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