C# 클래스 Microsoft.IdentityModel.Clients.ActiveDirectory.CryptographyHelper

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

공개 메소드들

메소드 설명
SignWithCertificate ( string message, X509Certificate2 x509Certificate ) : byte[]
SignWithSymmetricKey ( string message, byte key ) : byte[]

비공개 메소드들

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

메소드 상세

SignWithCertificate() 공개 정적인 메소드

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

SignWithSymmetricKey() 공개 정적인 메소드

public static SignWithSymmetricKey ( string message, byte key ) : byte[]
message string
key byte
리턴 byte[]