다음을 통해 공유


AssemblyHash 생성자

정의

AssemblyHash 구조체의 새 인스턴스를 초기화합니다.

오버로드

AssemblyHash(Byte[])
사용되지 않음.

지정된 해시 값을 사용하여 AssemblyHash 구조의 새 인스턴스를 초기화합니다. 해시 알고리즘의 기본값이 SHA1로 설정됩니다.

AssemblyHash(AssemblyHashAlgorithm, Byte[])
사용되지 않음.

지정한 해시 알고리즘과 해시 값으로 AssemblyHash 구조의 새 인스턴스를 초기화합니다.

AssemblyHash(Byte[])

주의

The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

지정된 해시 값을 사용하여 AssemblyHash 구조의 새 인스턴스를 초기화합니다. 해시 알고리즘의 기본값이 SHA1로 설정됩니다.

public:
 AssemblyHash(cli::array <System::Byte> ^ value);
public AssemblyHash (byte[] value);
[System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
public AssemblyHash (byte[] value);
new System.Configuration.Assemblies.AssemblyHash : byte[] -> System.Configuration.Assemblies.AssemblyHash
[<System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")>]
new System.Configuration.Assemblies.AssemblyHash : byte[] -> System.Configuration.Assemblies.AssemblyHash
Public Sub New (value As Byte())

매개 변수

value
Byte[]

해시 값입니다.

특성

적용 대상

AssemblyHash(AssemblyHashAlgorithm, Byte[])

주의

The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202

지정한 해시 알고리즘과 해시 값으로 AssemblyHash 구조의 새 인스턴스를 초기화합니다.

public:
 AssemblyHash(System::Configuration::Assemblies::AssemblyHashAlgorithm algorithm, cli::array <System::Byte> ^ value);
public AssemblyHash (System.Configuration.Assemblies.AssemblyHashAlgorithm algorithm, byte[] value);
[System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
public AssemblyHash (System.Configuration.Assemblies.AssemblyHashAlgorithm algorithm, byte[] value);
new System.Configuration.Assemblies.AssemblyHash : System.Configuration.Assemblies.AssemblyHashAlgorithm * byte[] -> System.Configuration.Assemblies.AssemblyHash
[<System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")>]
new System.Configuration.Assemblies.AssemblyHash : System.Configuration.Assemblies.AssemblyHashAlgorithm * byte[] -> System.Configuration.Assemblies.AssemblyHash
Public Sub New (algorithm As AssemblyHashAlgorithm, value As Byte())

매개 변수

algorithm
AssemblyHashAlgorithm

해시를 만드는 데 사용한 알고리즘입니다. 이 매개 변수의 값은 AssemblyHashAlgorithm 열거에서 가져옵니다.

value
Byte[]

해시 값입니다.

특성

적용 대상