C# 클래스 Microsoft.Identity.Client.CryptographyHelper

상속: ICryptographyHelper
파일 보기 프로젝트 열기: AzureAD/microsoft-authentication-library-for-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
CreateSha256Hash ( string input ) : string
SignWithCertificate ( string message, X509Certificate2 certificate ) : byte[]

비공개 메소드들

메소드 설명
GetCryptoProviderForSha256 ( RSACryptoServiceProvider rsaProvider ) : RSACryptoServiceProvider

메소드 상세

CreateSha256Hash() 공개 메소드

public CreateSha256Hash ( string input ) : string
input string
리턴 string

SignWithCertificate() 공개 메소드

public SignWithCertificate ( string message, X509Certificate2 certificate ) : byte[]
message string
certificate System.Security.Cryptography.X509Certificates.X509Certificate2
리턴 byte[]