SHA384.Create 메서드

정의

앞으로 초기화할 이 추상 클래스의 특정한 구현을 허락합니다.

오버로드

Create()

SHA384의 기본 구현 인스턴스를 만듭니다.

Create(String)

SHA384의 지정된 구현 인스턴스를 만듭니다.

Create()

SHA384의 기본 구현 인스턴스를 만듭니다.

public:
 static System::Security::Cryptography::SHA384 ^ Create();
public static System.Security.Cryptography.SHA384 Create ();
static member Create : unit -> System.Security.Cryptography.SHA384
Public Shared Function Create () As SHA384

반환

SHA384

SHA384의 새 인스턴스입니다.

예외

FIPS(Federal Information Processing Standards) 모드를 사용하도록 설정한 상태에서 알고리즘이 사용되었지만 이 알고리즘이 FIPS와 호환되지 않는 경우

추가 정보

적용 대상

Create(String)

SHA384의 지정된 구현 인스턴스를 만듭니다.

public:
 static System::Security::Cryptography::SHA384 ^ Create(System::String ^ hashName);
public static System.Security.Cryptography.SHA384? Create (string hashName);
public static System.Security.Cryptography.SHA384 Create (string hashName);
static member Create : string -> System.Security.Cryptography.SHA384
Public Shared Function Create (hashName As String) As SHA384

매개 변수

hashName
String

사용할 SHA384의 특정 구현 이름입니다.

반환

SHA384

지정된 구현을 사용하는 SHA384입니다.

예외

hashName 매개 변수에서 설명하는 알고리즘이 FIPS(Federal Information Processing Standards) 모드를 설정하여 사용되었지만 FIPS 호환이 아닌 경우

추가 정보

적용 대상