CipherSuitesCallback Delegate
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.
Caution
This API is no longer supported.
public delegate System::Collections::Generic::IEnumerable<System::String ^> ^ CipherSuitesCallback(SecurityProtocolType protocol, IEnumerable<System::String ^> ^ allCiphers);
[System.Obsolete("This API is no longer supported.")]
public delegate System.Collections.Generic.IEnumerable<string> CipherSuitesCallback(SecurityProtocolType protocol, IEnumerable<string> allCiphers);
[<System.Obsolete("This API is no longer supported.")>]
type CipherSuitesCallback = delegate of SecurityProtocolType * seq<string> -> seq<string>
Public Delegate Function CipherSuitesCallback(protocol As SecurityProtocolType, allCiphers As IEnumerable(Of String)) As IEnumerable(Of String)
Parameters
- protocol
- SecurityProtocolType
- allCiphers
- IEnumerable<String>
Return Value
- Attributes
Extension Methods
GetMethodInfo(Delegate) |
Gets an object that represents the method represented by the specified delegate. |