C# Class AaltoTLS.HandshakeLayer.Protocol.HandshakeCertificate

Inheritance: HandshakeMessage
Afficher le fichier Open project: juhovh/AaltoTLS Class Usage Examples

Méthodes publiques

Свойство Type Description
CertificateList System.Security.Cryptography.X509Certificates.X509CertificateCollection

Méthodes publiques

Méthode Description
HandshakeCertificate ( ProtocolVersion version ) : System

Méthodes protégées

Méthode Description
DecodeDataBytes ( ProtocolVersion version, byte data ) : void
EncodeDataBytes ( ProtocolVersion version ) : byte[]

Method Details

DecodeDataBytes() protected méthode

protected DecodeDataBytes ( ProtocolVersion version, byte data ) : void
version AaltoTLS.PluginInterface.ProtocolVersion
data byte
Résultat void

EncodeDataBytes() protected méthode

protected EncodeDataBytes ( ProtocolVersion version ) : byte[]
version AaltoTLS.PluginInterface.ProtocolVersion
Résultat byte[]

HandshakeCertificate() public méthode

public HandshakeCertificate ( ProtocolVersion version ) : System
version AaltoTLS.PluginInterface.ProtocolVersion
Résultat System

Property Details

CertificateList public_oe property

public X509CertificateCollection,System.Security.Cryptography.X509Certificates CertificateList
Résultat System.Security.Cryptography.X509Certificates.X509CertificateCollection