SslContext.SetEncryptionCertificate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Developers should not use this deprecated method. Export ciphers are not available anymore.
[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
Parameters
- identify
- SecIdentity
- certificates
- IEnumerable<SecCertificate>
Returns
- Attributes