AssemblyAlgorithmIdAttribute 생성자

정의

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

오버로드

Name Description
AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

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

AssemblyAlgorithmIdAttribute(UInt32)

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

AssemblyAlgorithmIdAttribute(AssemblyHashAlgorithm)

Source:
AssemblyAlgorithmIdAttribute.cs
Source:
AssemblyAlgorithmIdAttribute.cs
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
Source:
AssemblyAlgorithmIdAttribute.cs
Source:
AssemblyAlgorithmIdAttribute.cs

Important

이 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

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

특성

적용 대상