다음을 통해 공유


DESCryptoServiceProvider 멤버

래퍼 개체를 정의하여 데이터 암호화 표준(DES) 알고리즘의 CSP(암호화 서비스 공급자) 버전에 액세스합니다. 이 클래스는 상속될 수 없습니다.

다음 표에서는 DESCryptoServiceProvider 형식에 의해 노출되는 멤버를 보여 줍니다.

Public 생성자

  이름 설명
Public method Supported by the .NET Compact Framework DESCryptoServiceProvider DESCryptoServiceProvider 클래스의 새 인스턴스를 초기화합니다.

위쪽

Public 속성

  이름 설명
Public property Supported by the .NET Compact Framework BlockSize  암호화 작업의 블록 크기(비트 단위)를 가져오거나 설정합니다.(SymmetricAlgorithm에서 상속됨)
Public property Supported by the .NET Compact Framework FeedbackSize  암호화 작업의 피드백 크기(비트 단위)를 가져오거나 설정합니다.(SymmetricAlgorithm에서 상속됨)
Public property Supported by the .NET Compact Framework IV  대칭 알고리즘에 대한 초기화 벡터(IV)를 가져오거나 설정합니다.(SymmetricAlgorithm에서 상속됨)
Public property Supported by the .NET Compact Framework Key  데이터 암호화 표준(DES) 알고리즘에 대한 비밀 키를 가져오거나 설정합니다.(DES에서 상속됨)
Public property Supported by the .NET Compact Framework KeySize  대칭 알고리즘에서 사용하는 비밀 키의 크기(비트 단위)를 가져오거나 설정합니다.(SymmetricAlgorithm에서 상속됨)
Public property Supported by the .NET Compact Framework LegalBlockSizes  대칭 알고리즘에서 지원하는 블록 크기를 가져옵니다.(SymmetricAlgorithm에서 상속됨)
Public property Supported by the .NET Compact Framework LegalKeySizes  대칭 알고리즘에서 지원하는 키 크기를 가져옵니다.(SymmetricAlgorithm에서 상속됨)
Public property Supported by the .NET Compact Framework Mode  대칭 알고리즘의 작업 모드를 가져오거나 설정합니다.(SymmetricAlgorithm에서 상속됨)
Public property Supported by the .NET Compact Framework Padding  대칭 알고리즘에 사용된 패딩 모드를 가져오거나 설정합니다.(SymmetricAlgorithm에서 상속됨)

위쪽

Public 메서드

  이름 설명
Public method Supported by the .NET Compact Framework Clear  SymmetricAlgorithm 클래스에서 사용하는 모든 리소스를 해제합니다. (SymmetricAlgorithm에서 상속됨)
Public method Static Supported by the .NET Compact Framework Create  오버로드되었습니다. 암호화 개체의 인스턴스를 만들어 데이터 암호화 표준(DES) 알고리즘을 수행합니다. (DES에서 상속됨)
Public method Supported by the .NET Compact Framework CreateDecryptor 오버로드되었습니다. 대칭 데이터 암호화 표준(DES) decryptor 개체를 만듭니다.
Public method Supported by the .NET Compact Framework CreateEncryptor 오버로드되었습니다. 대칭 데이터 암호화 표준(DES) encryptor 개체를 만듭니다.
Public method Supported by the .NET Compact Framework Equals  오버로드되었습니다. 두 개의 Object 인스턴스가 같은지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GenerateIV 재정의되었습니다. 알고리즘에 사용할 임의의 초기화 벡터(IV)를 생성합니다.
Public method Supported by the .NET Compact Framework GenerateKey 재정의되었습니다. 알고리즘에 사용할 임의의 키(Key)를 생성합니다.
Public method Supported by the .NET Compact Framework GetHashCode  특정 형식에 대한 해시 함수로 사용되며 GetHashCode는 해시 알고리즘 및 해시 테이블과 같은 데이터 구조에 사용하기 적당합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework GetType  현재 인스턴스의 Type을 가져옵니다. (Object에서 상속됨)
Public method Static Supported by the .NET Compact Framework IsSemiWeakKey  지정한 키가 semi-weak인지 여부를 확인합니다. (DES에서 상속됨)
Public method Static Supported by the .NET Compact Framework IsWeakKey  지정한 키가 weak인지 여부를 확인합니다. (DES에서 상속됨)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework ToString  현재 Object를 나타내는 String을 반환합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework ValidKeySize  지정된 키 크기를 현재 알고리즘에 사용할 수 있는지 여부를 결정합니다. (SymmetricAlgorithm에서 상속됨)

위쪽

참고 항목

참조

DESCryptoServiceProvider 클래스
System.Security.Cryptography 네임스페이스

기타 리소스

암호화 서비스