C# 클래스 WopiHost.FileSystemProvider.WopiSecurityHandler

상속: IWopiSecurityHandler
파일 보기 프로젝트 열기: petrsvihlik/WopiHost

Private Properties

프로퍼티 타입 설명
GetBase64Length int
GetHash string
GetSalt string

공개 메소드들

메소드 설명
GenerateAccessToken ( string value ) : string
ValidateAccessToken ( string value, string token ) : bool
WopiSecurityHandler ( string key = null ) : System

비공개 메소드들

메소드 설명
GetBase64Length ( int inputLength ) : int
GetHash ( string value, string salt ) : string
GetSalt ( ) : string

메소드 상세

GenerateAccessToken() 공개 메소드

public GenerateAccessToken ( string value ) : string
value string
리턴 string

ValidateAccessToken() 공개 메소드

public ValidateAccessToken ( string value, string token ) : bool
value string
token string
리턴 bool

WopiSecurityHandler() 공개 메소드

public WopiSecurityHandler ( string key = null ) : System
key string
리턴 System