你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SslProtocol Struct

Definition

The protocol of an established TLS connection.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.SslProtocolTypeConverter))]
public struct SslProtocol : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.SslProtocol>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.SslProtocolTypeConverter))>]
type SslProtocol = struct
    interface IArgumentCompleter
Public Structure SslProtocol
Implements IArgumentCompleter, IEquatable(Of SslProtocol)
Inheritance
SslProtocol
Attributes
Implements

Fields

TlSv1
TlSv11
TlSv12

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 SslProtocol (override for Object)

Equals(SslProtocol)

Compares values of enum type SslProtocol

GetHashCode()

Returns hashCode for enum SslProtocol

ToString()

Returns string representation for SslProtocol

Operators

Equality(SslProtocol, SslProtocol)

Overriding == operator for enum SslProtocol

Implicit(SslProtocol to String)

Implicit operator to convert SslProtocol to string

Implicit(String to SslProtocol)

Implicit operator to convert string to SslProtocol

Inequality(SslProtocol, SslProtocol)

Overriding != operator for enum SslProtocol

Applies to