AssemblyAlgorithmIdAttribute 생성자

정의

AssemblyAlgorithmIdAttribute 클래스의 새 인스턴스를 초기화합니다.

오버로드

AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

해시 알고리즘을 나타내기 위해 AssemblyAlgorithmIdAttribute 멤버 중 하나를 사용하여 지정된 해시 알고리즘으로 AssemblyHashAlgorithm 클래스의 새 인스턴스를 초기화합니다.

AssemblyAlgorithmIdAttribute(UInt32)

해시 알고리즘을 나타내기 위해 부호 없는 정수를 사용하여 지정된 해시 알고리즘으로 AssemblyAlgorithmIdAttribute 클래스의 새 인스턴스를 초기화합니다.

AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

Source:
AssemblyAlgorithmIdAttribute.cs
Source:
AssemblyAlgorithmIdAttribute.cs
Source:
AssemblyAlgorithmIdAttribute.cs

해시 알고리즘을 나타내기 위해 AssemblyAlgorithmIdAttribute 멤버 중 하나를 사용하여 지정된 해시 알고리즘으로 AssemblyHashAlgorithm 클래스의 새 인스턴스를 초기화합니다.

public:
 AssemblyAlgorithmIdAttribute(System::Configuration::Assemblies::AssemblyHashAlgorithm algorithmId);
public AssemblyAlgorithmIdAttribute (System.Configuration.Assemblies.AssemblyHashAlgorithm algorithmId);
new System.Reflection.AssemblyAlgorithmIdAttribute : System.Configuration.Assemblies.AssemblyHashAlgorithm -> System.Reflection.AssemblyAlgorithmIdAttribute
Public Sub New (algorithmId As AssemblyHashAlgorithm)

매개 변수

algorithmId
AssemblyHashAlgorithm

해시 알고리즘을 나타내는 AssemblyHashAlgorithm 멤버입니다.

적용 대상

AssemblyAlgorithmIdAttribute(UInt32)

Source:
AssemblyAlgorithmIdAttribute.cs
Source:
AssemblyAlgorithmIdAttribute.cs
Source:
AssemblyAlgorithmIdAttribute.cs

중요

이 API는 CLS 규격이 아닙니다.

해시 알고리즘을 나타내기 위해 부호 없는 정수를 사용하여 지정된 해시 알고리즘으로 AssemblyAlgorithmIdAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 AssemblyAlgorithmIdAttribute(System::UInt32 algorithmId);
[System.CLSCompliant(false)]
public AssemblyAlgorithmIdAttribute (uint algorithmId);
[<System.CLSCompliant(false)>]
new System.Reflection.AssemblyAlgorithmIdAttribute : uint32 -> System.Reflection.AssemblyAlgorithmIdAttribute
Public Sub New (algorithmId As UInteger)

매개 변수

algorithmId
UInt32

해시 알고리즘을 나타내는 부호 없는 정수입니다.

특성

적용 대상