PKCS1MaskGenerationMethod 클래스

정의

키 교환 알고리즘에서 사용하기 위해 PKCS # 1에 따라 마스크를 계산합니다.

public ref class PKCS1MaskGenerationMethod : System::Security::Cryptography::MaskGenerationMethod
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public class PKCS1MaskGenerationMethod : System.Security.Cryptography.MaskGenerationMethod
public class PKCS1MaskGenerationMethod : System.Security.Cryptography.MaskGenerationMethod
[System.Runtime.InteropServices.ComVisible(true)]
public class PKCS1MaskGenerationMethod : System.Security.Cryptography.MaskGenerationMethod
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type PKCS1MaskGenerationMethod = class
    inherit MaskGenerationMethod
type PKCS1MaskGenerationMethod = class
    inherit MaskGenerationMethod
[<System.Runtime.InteropServices.ComVisible(true)>]
type PKCS1MaskGenerationMethod = class
    inherit MaskGenerationMethod
Public Class PKCS1MaskGenerationMethod
Inherits MaskGenerationMethod
상속
PKCS1MaskGenerationMethod
특성

설명

이 클래스는 마스크 생성을 위한 키 교환 알고리즘의 구현에서만 사용됩니다. 애플리케이션 코드에서이 클래스를 직접 사용 하지 않습니다.

생성자

PKCS1MaskGenerationMethod()

PKCS1MaskGenerationMethod 클래스의 새 인스턴스를 초기화합니다.

속성

HashName

마스크를 생성하기 위해 사용할 해시 알고리즘 형식의 이름을 가져오거나 설정합니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GenerateMask(Byte[], Int32)

지정된 길이의 지정된 임의 시드에서 마스크를 생성하고 반환합니다.

GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상

추가 정보