C# 클래스 cloudscribe.Core.Models.DataProtectionExtensions

파일 보기 프로젝트 열기: joeaudette/cloudscribe

공개 메소드들

메소드 설명
PersistentProtect ( this dp, string clearText ) : string
PersistentUnprotect ( this dp, string protectedData, bool &requiresMigration, bool &wasRevoked ) : string

메소드 상세

PersistentProtect() 공개 정적인 메소드

public static PersistentProtect ( this dp, string clearText ) : string
dp this
clearText string
리턴 string

PersistentUnprotect() 공개 정적인 메소드

public static PersistentUnprotect ( this dp, string protectedData, bool &requiresMigration, bool &wasRevoked ) : string
dp this
protectedData string
requiresMigration bool
wasRevoked bool
리턴 string