C# Класс Microsoft.Legal.MatterCenter.Jobs.Utility

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

GetEncryptedPassword() публичный статический Метод

This method will return the secure password for authentication to SharePoint Online
public static GetEncryptedPassword ( string plainTextPassword ) : SecureString
plainTextPassword string
Результат System.Security.SecureString

UpdateTableStorageEntity() публичный статический Метод

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
Результат void