Freigeben über


ExpressRouteLinkMacSecCipher Struct

Definition

Mac security cipher.

public readonly struct ExpressRouteLinkMacSecCipher : IEquatable<Azure.ResourceManager.Network.Models.ExpressRouteLinkMacSecCipher>
type ExpressRouteLinkMacSecCipher = struct
Public Structure ExpressRouteLinkMacSecCipher
Implements IEquatable(Of ExpressRouteLinkMacSecCipher)
Inheritance
ExpressRouteLinkMacSecCipher
Implements

Constructors

Name Description
ExpressRouteLinkMacSecCipher(String)

Initializes a new instance of ExpressRouteLinkMacSecCipher.

Properties

Name Description
GcmAes128

GcmAes128.

GcmAes256

GcmAes256.

GcmAesXpn128

GcmAesXpn128.

GcmAesXpn256

GcmAesXpn256.

Methods

Name Description
Equals(ExpressRouteLinkMacSecCipher)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ExpressRouteLinkMacSecCipher, ExpressRouteLinkMacSecCipher)

Determines if two ExpressRouteLinkMacSecCipher values are the same.

Implicit(String to ExpressRouteLinkMacSecCipher)

Converts a String to a ExpressRouteLinkMacSecCipher.

Inequality(ExpressRouteLinkMacSecCipher, ExpressRouteLinkMacSecCipher)

Determines if two ExpressRouteLinkMacSecCipher values are not the same.

Applies to