TKMP.DLLのダウンロード

暗号化通信を行う場合に正当性が認められなかった証明書の検証を行うためのイベントハンドラ

Namespace:  TKMP.Net
Assembly:  TKMP (TKMP.dll 内) バージョン: 3.1.0.0

Syntax

C#
public delegate void CertificateValidationHandler(
	Object sender,
	CertificateValidationArgs e
)
Visual Basic (Declaration)
Public Delegate Sub CertificateValidationHandler ( _
	sender As Object, _
	e As CertificateValidationArgs _
)

Parameters

sender
Type: System..::.Object
e
Type: TKMP.Net..::.CertificateValidationArgs

See Also