C# 클래스 Microsoft.ApplicationInsights.Common.InstrumentationKeyHashLookupHelper

A store for instrumentation key hashes. This is order so as to optimize the computation of hashes.
파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server

공개 메소드들

메소드 설명
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