C# Class Microsoft.ApplicationInsights.Common.InstrumentationKeyHashLookupHelper

A store for instrumentation key hashes. This is order so as to optimize the computation of hashes.
Afficher le fichier Open project: Microsoft/ApplicationInsights-dotnet-server

Méthodes publiques

Méthode Description
GetInstrumentationKeyHash ( string instrumentationKey ) : string

Retrieves the hash for a given instrumentation key.

Private Methods

Méthode Description
GenerateEncodedSHA256Hash ( string value ) : string

Computes the SHA256 hash for a given value and returns it in the form of a base64 encoded string.

Method Details

GetInstrumentationKeyHash() public static méthode

Retrieves the hash for a given instrumentation key.
public static GetInstrumentationKeyHash ( string instrumentationKey ) : string
instrumentationKey string Instrumentation key string.
Résultat string