Share via


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

ExpressRouteLinkMacSecCipher(String)

Initializes a new instance of ExpressRouteLinkMacSecCipher.

Properties

GcmAes128

GcmAes128.

GcmAes256

GcmAes256.

GcmAesXpn128

GcmAesXpn128.

GcmAesXpn256

GcmAesXpn256.

Methods

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

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