Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Installs the Microsoft ASP .NET configuration and resource files that are required to provision the application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Friend Overridable Sub InstallFiles ( _
vrPath As DirectoryInfo, _
validationKey As String, _
decryptionKey As String _
)
'Usage
Dim vrPath As DirectoryInfo
Dim validationKey As String
Dim decryptionKey As String
Me.InstallFiles(vrPath, validationKey, _
decryptionKey)
protected internal virtual void InstallFiles(
DirectoryInfo vrPath,
string validationKey,
string decryptionKey
)
Parameters
vrPath
Type: System.IO.DirectoryInfoA System.IO.DirectoryInfo object.
validationKey
Type: System.StringA string that contains the key used for validation of encrypted data.
decryptionKey
Type: System.StringA string that contains the key used to encrypt data.