AssemblyAlgorithmIdAttribute 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
AssemblyAlgorithmIdAttribute 클래스의 새 인스턴스를 초기화합니다.
오버로드
AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm) |
해시 알고리즘을 나타내기 위해 AssemblyAlgorithmIdAttribute 멤버 중 하나를 사용하여 지정된 해시 알고리즘으로 AssemblyHashAlgorithm 클래스의 새 인스턴스를 초기화합니다. |
AssemblyAlgorithmIdAttribute(UInt32) |
해시 알고리즘을 나타내기 위해 부호 없는 정수를 사용하여 지정된 해시 알고리즘으로 AssemblyAlgorithmIdAttribute 클래스의 새 인스턴스를 초기화합니다. |
AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)
해시 알고리즘을 나타내기 위해 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)
중요
이 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
해시 알고리즘을 나타내는 부호 없는 정수입니다.
- 특성
적용 대상
.NET