C# 클래스 Microsoft.Legal.MatterCenter.Jobs.Utility

파일 보기 프로젝트 열기: Microsoft/mattercenter

공개 메소드들

메소드 설명
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