C# 클래스 Microsoft.Azure.WebJobs.Script.WebHost.DataProtectionKeyValueConverter

상속: KeyValueConverter, IKeyValueWriter, IKeyValueReader
파일 보기 프로젝트 열기: Azure/azure-webjobs-sdk-script

공개 메소드들

메소드 설명
DataProtectionKeyValueConverter ( FileAccess access ) : System
ReadValue ( Key key ) : Key
WriteValue ( Key key ) : Key

비공개 메소드들

메소드 설명
Unprotect ( Key key ) : Key

메소드 상세

DataProtectionKeyValueConverter() 공개 메소드

public DataProtectionKeyValueConverter ( FileAccess access ) : System
access FileAccess
리턴 System

ReadValue() 공개 메소드

public ReadValue ( Key key ) : Key
key Key
리턴 Key

WriteValue() 공개 메소드

public WriteValue ( Key key ) : Key
key Key
리턴 Key