C# Класс Microsoft.ApplicationInsights.Common.InstrumentationKeyHashLookupHelper

A store for instrumentation key hashes. This is order so as to optimize the computation of hashes.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetInstrumentationKeyHash ( string instrumentationKey ) : string

Retrieves the hash for a given instrumentation key.

Приватные методы

Метод Описание
GenerateEncodedSHA256Hash ( string value ) : string

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

Описание методов

GetInstrumentationKeyHash() публичный статический Метод

Retrieves the hash for a given instrumentation key.
public static GetInstrumentationKeyHash ( string instrumentationKey ) : string
instrumentationKey string Instrumentation key string.
Результат string