DeriveBytes 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 길이의 바이트 시퀀스를 파생시키는 모든 클래스가 상속되는 추상 기본 클래스를 나타냅니다.
public ref class DeriveBytes abstract : IDisposable
public ref class DeriveBytes abstract
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public abstract class DeriveBytes : IDisposable
public abstract class DeriveBytes : IDisposable
public abstract class DeriveBytes
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class DeriveBytes
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class DeriveBytes : IDisposable
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type DeriveBytes = class
interface IDisposable
type DeriveBytes = class
interface IDisposable
type DeriveBytes = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type DeriveBytes = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type DeriveBytes = class
interface IDisposable
Public MustInherit Class DeriveBytes
Implements IDisposable
Public MustInherit Class DeriveBytes
- 상속
-
DeriveBytes
- 파생
- 특성
- 구현
구현자 참고
에서 DeriveBytes상속하는 경우 , 및 Reset()멤버GetBytes(Int32)를 재정의해야 합니다.
생성자
DeriveBytes() |
DeriveBytes 클래스의 새 인스턴스를 초기화합니다. |
메서드
Dispose() |
파생 클래스에서 재정의되는 경우 DeriveBytes 클래스의 현재 인스턴스에서 사용하는 리소스를 모두 해제합니다. |
Dispose(Boolean) |
파생 클래스에서 재정의할 경우, DeriveBytes 클래스에서 사용하는 관리되지 않는 리소스를 해제하고 관리되는 리소스를 선택적으로 해제합니다. |
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
GetBytes(Int32) |
파생 클래스에서 재정의하는 경우 의사(pseudo) 난수 키 바이트가 반환됩니다. |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
Reset() |
파생 클래스에서 재정의하는 경우 작업의 상태를 다시 설정합니다. |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET