C# 클래스 Adf.Core.Encryption.EncryptionManager

파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
Encrypt ( EncryptionType type, Descriptor value ) : string
Encrypt ( EncryptionType type, Enum value ) : string
Encrypt ( EncryptionType type, IValueObject value ) : string
Encrypt ( EncryptionType type, object value ) : string
Encrypt ( EncryptionType type, string value ) : string

비공개 메소드들

메소드 설명
GetProvider ( EncryptionType type ) : IEncryptionProvider

메소드 상세

Encrypt() 공개 정적인 메소드

public static Encrypt ( EncryptionType type, Descriptor value ) : string
type EncryptionType
value Descriptor
리턴 string

Encrypt() 공개 정적인 메소드

public static Encrypt ( EncryptionType type, Enum value ) : string
type EncryptionType
value System.Enum
리턴 string

Encrypt() 공개 정적인 메소드

public static Encrypt ( EncryptionType type, IValueObject value ) : string
type EncryptionType
value IValueObject
리턴 string

Encrypt() 공개 정적인 메소드

public static Encrypt ( EncryptionType type, object value ) : string
type EncryptionType
value object
리턴 string

Encrypt() 공개 정적인 메소드

public static Encrypt ( EncryptionType type, string value ) : string
type EncryptionType
value string
리턴 string