TlsCipherSuites Struct
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.
The minimum strength TLS cipher suite allowed for an application
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TlsCipherSuitesTypeConverter))]
public struct TlsCipherSuites : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TlsCipherSuites>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.TlsCipherSuitesTypeConverter))>]
type TlsCipherSuites = struct
interface IArgumentCompleter
Public Structure TlsCipherSuites
Implements IArgumentCompleter, IEquatable(Of TlsCipherSuites)
- Inheritance
-
TlsCipherSuites
- Attributes
- Implements
Fields
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type TlsCipherSuites (override for Object) |
Equals(TlsCipherSuites) |
Compares values of enum type TlsCipherSuites |
GetHashCode() |
Returns hashCode for enum TlsCipherSuites |
ToString() |
Returns string representation for TlsCipherSuites |
Operators
Equality(TlsCipherSuites, TlsCipherSuites) |
Overriding == operator for enum TlsCipherSuites |
Implicit(String to TlsCipherSuites) |
Implicit operator to convert string to TlsCipherSuites |
Implicit(TlsCipherSuites to String) |
Implicit operator to convert TlsCipherSuites to string |
Inequality(TlsCipherSuites, TlsCipherSuites) |
Overriding != operator for enum TlsCipherSuites |