다음을 통해 공유


SymmetricAlgorithm 멤버

모든 대칭 알고리즘의 구현에서 상속해야 하는 추상 기본 클래스를 나타냅니다.

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

Protected 생성자

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

위쪽

Protected 필드

  이름 설명
Protected field Supported by the .NET Compact Framework BlockSizeValue 암호화 작업의 블록 크기(비트 단위)를 나타냅니다.
Protected field Supported by the .NET Compact Framework FeedbackSizeValue 암호화 작업의 피드백 크기(비트 단위)를 나타냅니다.
Protected field Supported by the .NET Compact Framework IVValue 대칭 알고리즘에 대한 초기화 벡터(IV)를 나타냅니다.
Protected field Supported by the .NET Compact Framework KeySizeValue 대칭 알고리즘에서 사용하는 비밀 키의 크기(비트 단위)를 나타냅니다.
Protected field Supported by the .NET Compact Framework KeyValue 대칭 알고리즘에 대한 비밀 키를 나타냅니다.
Protected field Supported by the .NET Compact Framework LegalBlockSizesValue 대칭 알고리즘에서 지원하는 블록 크기를 지정합니다.
Protected field Supported by the .NET Compact Framework LegalKeySizesValue 대칭 알고리즘에서 지원하는 키 크기를 지정합니다.
Protected field Supported by the .NET Compact Framework ModeValue 대칭 알고리즘에 사용된 암호화 모드를 나타냅니다.
Protected field Supported by the .NET Compact Framework PaddingValue 대칭 알고리즘에 사용된 패딩 모드를 나타냅니다.

위쪽

Public 속성

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

위쪽

Public 메서드

( Protected 메서드 참조)

  이름 설명
Public method Supported by the .NET Compact Framework Clear SymmetricAlgorithm 클래스에서 사용하는 모든 리소스를 해제합니다.
Public method Static Supported by the .NET Compact Framework Create 오버로드되었습니다. 대칭 알고리즘을 수행하는 데 사용하는 암호화 개체를 만듭니다.
Public method Supported by the .NET Compact Framework CreateDecryptor 오버로드되었습니다. 대칭 decryptor 개체를 만듭니다.
Public method Supported by the .NET Compact Framework CreateEncryptor 오버로드되었습니다. 대칭 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 ReferenceEquals  지정한 Object 인스턴스가 동일한지 여부를 확인합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework ToString  현재 Object를 나타내는 String을 반환합니다. (Object에서 상속됨)
Public method Supported by the .NET Compact Framework ValidKeySize 지정된 키 크기를 현재 알고리즘에 사용할 수 있는지 여부를 결정합니다.

위쪽

Protected 메서드

  이름 설명
Protected method Supported by the .NET Compact Framework Dispose SymmetricAlgorithm에서 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제할 수 있습니다.
Protected method Supported by the .NET Compact Framework Finalize  가비지 수집기에서 Object를 회수하기 전에 Object가 리소스를 해제하고 다른 정리 작업을 수행할 수 있게 합니다. (Object에서 상속됨)
Protected method Supported by the .NET Compact Framework MemberwiseClone  현재 Object의 단순 복사본을 만듭니다. (Object에서 상속됨)

위쪽

명시적 인터페이스 구현

  이름 설명
Explicit interface implementation Method Supported by the .NET Compact Framework System.IDisposable.Dispose SymmetricAlgorithm에서 사용하는 관리되지 않는 리소스를 해제하고, 관리되는 리소스를 선택적으로 해제할 수 있습니다.

위쪽

참고 항목

참조

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

기타 리소스

암호화 서비스