Compartilhar via


TlsCipherSuites Struct

Definition

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

TlsAes128GcmSha256
TlsAes256GcmSha384
TlsEcdheEcdsaWithAes128CbcSha256
TlsEcdheEcdsaWithAes128GcmSha256
TlsEcdheEcdsaWithAes256GcmSha384
TlsEcdheRsaWithAes128CbcSha
TlsEcdheRsaWithAes128CbcSha256
TlsEcdheRsaWithAes128GcmSha256
TlsEcdheRsaWithAes256CbcSha
TlsEcdheRsaWithAes256CbcSha384
TlsEcdheRsaWithAes256GcmSha384
TlsRsaWithAes128CbcSha
TlsRsaWithAes128CbcSha256
TlsRsaWithAes128GcmSha256
TlsRsaWithAes256CbcSha
TlsRsaWithAes256CbcSha256
TlsRsaWithAes256GcmSha384

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

Applies to