C# Class Microsoft.Legal.MatterCenter.Jobs.Utility

Mostra file Open project: Microsoft/mattercenter

Public Methods

Method Description
GetEncryptedPassword ( string plainTextPassword ) : SecureString

This method will return the secure password for authentication to SharePoint Online

UpdateTableStorageEntity ( MatterInformationVM matterInformation, TextWriter log, string connection, string tableName, string status, string statusColumnName ) : void

Update the status in Azure Table Storage for the corresponding Parition and Row Key for which the user has accepted the invitation

Method Details

GetEncryptedPassword() public static method

This method will return the secure password for authentication to SharePoint Online
public static GetEncryptedPassword ( string plainTextPassword ) : SecureString
plainTextPassword string
return System.Security.SecureString

UpdateTableStorageEntity() public static method

Update the status in Azure Table Storage for the corresponding Parition and Row Key for which the user has accepted the invitation
public static UpdateTableStorageEntity ( MatterInformationVM matterInformation, TextWriter log, string connection, string tableName, string status, string statusColumnName ) : void
matterInformation Microsoft.Legal.MatterCenter.Models.MatterInformationVM
log System.IO.TextWriter
connection string
tableName string
status string
statusColumnName string
return void