Version: 2023.1
言語: 日本語

CertificateHandler

class in UnityEngine.Networking

マニュアルに切り替える

説明

Responsible for rejecting or accepting certificates received on https requests.

Note: Custom certificate validation is currently only implemented for the following platforms - Android, iOS, tvOS and desktop platforms.

Public 関数

DisposeSignals that this [CertificateHandler] is no longer being used, and should clean up any resources it is using.

Protected 関数

ValidateCertificateCallback, invoked for each leaf certificate sent by the remote server.