C# 클래스 SyrupPayJose.Jwa.Enc.ContentEncryptKeyGenerator

파일 보기 프로젝트 열기: SKplanet/syruppay-csharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ContentEncryptKeyGenerator ( int keyLength ) : System.Security.Cryptography
GenerateRandomKey ( ) : byte[]

메소드 상세

ContentEncryptKeyGenerator() 공개 메소드

public ContentEncryptKeyGenerator ( int keyLength ) : System.Security.Cryptography
keyLength int
리턴 System.Security.Cryptography

GenerateRandomKey() 공개 메소드

public GenerateRandomKey ( ) : byte[]
리턴 byte[]