C# 클래스 WebApplications.Utilities.Cryptography.SymmetricCryptographyProvider

상속: CryptographyProvider
파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

공개 메소드들

메소드 설명
GetDecryptor ( ) : ICryptoTransform
GetEncryptor ( ) : ICryptoTransform

비공개 메소드들

메소드 설명
Create ( [ name, [ algorithm, [ configurationElement = null ) : SymmetricCryptographyProvider
SymmetricCryptographyProvider ( [ name, [ configuration, [ keyBytes, [ ivBytes ) : System

Initializes a new instance of the SymmetricCryptographyProvider class.

메소드 상세

GetDecryptor() 공개 메소드

public GetDecryptor ( ) : ICryptoTransform
리턴 ICryptoTransform

GetEncryptor() 공개 메소드

public GetEncryptor ( ) : ICryptoTransform
리턴 ICryptoTransform