AssemblyHash 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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[]
해시 값입니다.
- 특성
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET