次の方法で共有


SslContext.SetEncryptionCertificate メソッド

定義

開発者は、この非推奨のメソッドを使用しないでください。 エクスポート暗号は使用できなくなりました。

[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.None, "Export ciphers are not available anymore.")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.None, "Export ciphers are not available anymore.")]
public Security.SslStatus SetEncryptionCertificate (Security.SecIdentity identify, System.Collections.Generic.IEnumerable<Security.SecCertificate> certificates);
member this.SetEncryptionCertificate : Security.SecIdentity * seq<Security.SecCertificate> -> Security.SslStatus

パラメーター

identify
SecIdentity
certificates
IEnumerable<SecCertificate>

戻り値

属性

適用対象