C# 클래스 nHydrate.Generator.Common.Util.CryptoFactory

파일 보기 프로젝트 열기: nHydrate/nHydrate

공개 메소드들

메소드 설명
Create ( CryptographyAlgorithm algorithm ) : ICryptoHelper
Create ( CryptographyAlgorithm algorithm, string entropy ) : ICryptoHelper
Create ( string algorithmName, string entropy ) : ICryptoHelper

비공개 메소드들

메소드 설명
CryptoFactory ( ) : System.Security.Cryptography

메소드 상세

Create() 공개 정적인 메소드

public static Create ( CryptographyAlgorithm algorithm ) : ICryptoHelper
algorithm CryptographyAlgorithm
리턴 ICryptoHelper

Create() 공개 정적인 메소드

public static Create ( CryptographyAlgorithm algorithm, string entropy ) : ICryptoHelper
algorithm CryptographyAlgorithm
entropy string
리턴 ICryptoHelper

Create() 공개 정적인 메소드

public static Create ( string algorithmName, string entropy ) : ICryptoHelper
algorithmName string
entropy string
리턴 ICryptoHelper