AssemblyHash Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje AssemblyHash nowe wystąpienie struktury.
Przeciążenia
AssemblyHash(Byte[]) |
Przestarzałe.
Inicjuje AssemblyHash nowe wystąpienie struktury z określoną wartością skrótu. Algorytm skrótu SHA1jest domyślnie wartością . |
AssemblyHash(AssemblyHashAlgorithm, Byte[]) |
Przestarzałe.
Inicjuje AssemblyHash nowe wystąpienie struktury przy użyciu określonego algorytmu skrótu i wartości skrótu. |
AssemblyHash(Byte[])
Przestroga
The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
Inicjuje AssemblyHash nowe wystąpienie struktury z określoną wartością skrótu. Algorytm skrótu SHA1jest domyślnie wartością .
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())
Parametry
- value
- Byte[]
Wartość skrótu.
- Atrybuty
Dotyczy
AssemblyHash(AssemblyHashAlgorithm, Byte[])
Przestroga
The AssemblyHash class has been deprecated. http://go.microsoft.com/fwlink/?linkid=14202
Inicjuje AssemblyHash nowe wystąpienie struktury przy użyciu określonego algorytmu skrótu i wartości skrótu.
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())
Parametry
- algorithm
- AssemblyHashAlgorithm
Algorytm używany do generowania skrótu. Wartości tego parametru pochodzą z wyliczenia AssemblyHashAlgorithm .
- value
- Byte[]
Wartość skrótu.
- Atrybuty