AssemblyHash 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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(AssemblyHashAlgorithm, Byte[]) |
사용되지 않음.
지정한 해시 알고리즘과 해시 값으로 AssemblyHash 구조의 새 인스턴스를 초기화합니다. |
AssemblyHash(Byte[]) |
사용되지 않음.
지정된 해시 값을 사용하여 AssemblyHash 구조의 새 인스턴스를 초기화합니다. 해시 알고리즘의 기본값이 SHA1로 설정됩니다. |
필드
Empty |
사용되지 않음.
빈 AssemblyHash 개체입니다. |
속성
Algorithm |
사용되지 않음.
해시 알고리즘을 가져오거나 설정합니다. |
메서드
Clone() |
사용되지 않음.
이 개체를 복제합니다. |
GetValue() |
사용되지 않음.
해시 값을 가져옵니다. |
SetValue(Byte[]) |
사용되지 않음.
해시 값을 설정합니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET