Microsoft.Identity.Client.PlatformsCommon.Shared.CommonCryptographyManager class CommonCryptographyManager : ICryptographyManager Documentation Code protected ILoggerAdapter Logger { get; } public CommonCryptographyManager(ILoggerAdapter logger = null) public string CreateBase64UrlEncodedSha256Hash(string input) public string CreateSha256Hash(string input) public byte[] CreateSha256HashBytes(string input) public string CreateSha256HashHex(string input) public string GenerateCodeVerifier() public virtual byte[] SignWithCertificate(string message, X509Certificate2 certificate, RSASignaturePadding signaturePadding)