C# 클래스 IdentityAdmin.Configuration.X509CertificateTicketDataProtector

X.509 certificate based data protector
상속: IDataProtector
파일 보기 프로젝트 열기: IdentityServer/IdentityServer3.Admin

공개 메소드들

메소드 설명
Protect ( byte data ) : byte[]

Protects the specified data.

Unprotect ( byte data ) : byte[]

Unprotects the specified data.

X509CertificateTicketDataProtector ( X509Certificate2 certificate ) : System.Security.Cryptography

Initializes a new instance of the X509CertificateTicketDataProtector class.

메소드 상세

Protect() 공개 메소드

Protects the specified data.
public Protect ( byte data ) : byte[]
data byte The data.
리턴 byte[]

Unprotect() 공개 메소드

Unprotects the specified data.
public Unprotect ( byte data ) : byte[]
data byte The data.
리턴 byte[]

X509CertificateTicketDataProtector() 공개 메소드

Initializes a new instance of the X509CertificateTicketDataProtector class.
public X509CertificateTicketDataProtector ( X509Certificate2 certificate ) : System.Security.Cryptography
certificate System.Security.Cryptography.X509Certificates.X509Certificate2 The certificate.
리턴 System.Security.Cryptography