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

Afficher le fichier Open project: Microsoft/mattercenter

Méthodes publiques

Méthode 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 méthode

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

UpdateTableStorageEntity() public static méthode

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
Résultat void