AssemblyHash 구조체

정의

주의

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

어셈블리 매니페스트 내용의 해시를 나타냅니다.

public value class AssemblyHash : ICloneable
[System.Serializable]
public struct AssemblyHash : ICloneable
[System.Serializable]
[System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")]
[System.Runtime.InteropServices.ComVisible(true)]
public struct AssemblyHash : ICloneable
[<System.Serializable>]
type AssemblyHash = struct
    interface ICloneable
[<System.Serializable>]
[<System.Obsolete("The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type AssemblyHash = struct
    interface ICloneable
Public Structure AssemblyHash
Implements ICloneable
상속
AssemblyHash
특성
구현

설명

AssemblyHash 값은 어셈블리 내용에서 변경을 감지를 공용 언어 런타임 전체에서 사용 됩니다.

생성자

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

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

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

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

필드

Empty
사용되지 않음.

AssemblyHash 개체입니다.

속성

Algorithm
사용되지 않음.

해시 알고리즘을 가져오거나 설정합니다.

메서드

Clone()
사용되지 않음.

이 개체를 복제합니다.

GetValue()
사용되지 않음.

해시 값을 가져옵니다.

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

해시 값을 설정합니다.

적용 대상