C# 클래스 TSystems.RELOAD.Topology.SignatureAndHashAlgorithm

Each SignatureAndHashAlgorithm value lists a single hash/signature pair that the client is willing to verify. The values are indicated in descending order of preference. see RFC-5246 p.46
파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
hash System.Security.Cryptography.HashAlgorithm
signature SignatureAlgorithm

공개 메소드들

메소드 설명
SignatureAndHashAlgorithm ( HashAlgorithm hash, SignatureAlgorithm signature ) : System

메소드 상세

SignatureAndHashAlgorithm() 공개 메소드

public SignatureAndHashAlgorithm ( HashAlgorithm hash, SignatureAlgorithm signature ) : System
hash System.Security.Cryptography.HashAlgorithm
signature SignatureAlgorithm
리턴 System

프로퍼티 상세

hash 공개적으로 프로퍼티

public HashAlgorithm,System.Security.Cryptography hash
리턴 System.Security.Cryptography.HashAlgorithm

signature 공개적으로 프로퍼티

public SignatureAlgorithm signature
리턴 SignatureAlgorithm