次の方法で共有


SecTrust.Evaluate メソッド

定義

オーバーロード

Evaluate()

ポリシーを使用して証明書の信頼を評価します。

Evaluate(NSError)

Evaluate()

ポリシーを使用して証明書の信頼を評価します。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 12, 1, ObjCRuntime.PlatformArchitecture.None, "Use 'SecTrust.Evaluate (out NSError)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.TvOS, 12, 1, ObjCRuntime.PlatformArchitecture.None, "Use 'SecTrust.Evaluate (out NSError)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.WatchOS, 5, 1, ObjCRuntime.PlatformArchitecture.None, "Use 'SecTrust.Evaluate (out NSError)' instead.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 14, 1, ObjCRuntime.PlatformArchitecture.None, "Use 'SecTrust.Evaluate (out NSError)' instead.")]
public Security.SecTrustResult Evaluate ();
member this.Evaluate : unit -> Security.SecTrustResult

戻り値

証明書を信頼できるかどうかを示すコード。信頼できる場合は、その状況を示すコード。

属性

注釈

一般に、Proceed と Unspecified の両方は証明書を信頼できることを意味し、他の値は信頼できないことを意味します。

適用対象

Evaluate(NSError)

[ObjCRuntime.TV(12, 0)]
[ObjCRuntime.Watch(5, 0)]
public bool Evaluate (out Foundation.NSError error);
member this.Evaluate :  -> bool

パラメーター

error
NSError

戻り値

属性

適用対象