C# 클래스 DfBAdminToolkit.Common.Extensions.StringExtension

파일 보기 프로젝트 열기: dropbox/DropboxBusinessAdminTool

공개 메소드들

메소드 설명
Decrypt ( this encryptedText, string optionalEntropy = null, DataProtectionScope scope = DataProtectionScope.LocalMachine ) : string
Encrypt ( this clearText, string optionalEntropy = null, DataProtectionScope scope = DataProtectionScope.LocalMachine ) : string

메소드 상세

Decrypt() 공개 정적인 메소드

public static Decrypt ( this encryptedText, string optionalEntropy = null, DataProtectionScope scope = DataProtectionScope.LocalMachine ) : string
encryptedText this
optionalEntropy string
scope DataProtectionScope
리턴 string

Encrypt() 공개 정적인 메소드

public static Encrypt ( this clearText, string optionalEntropy = null, DataProtectionScope scope = DataProtectionScope.LocalMachine ) : string
clearText this
optionalEntropy string
scope DataProtectionScope
리턴 string