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

IPsecIntegrity Struct

Definition

The IPSec integrity algorithm (IKE phase 1).

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

Constructors

Name Description
IPsecIntegrity(String)

Initializes a new instance of IPsecIntegrity.

Properties

Name Description
GcmAes128

GCMAES128.

GcmAes256

GCMAES256.

MD5

MD5.

Sha1

SHA1.

Sha256

SHA256.

Sha384

SHA384.

Methods

Name Description
Equals(IPsecIntegrity)

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(IPsecIntegrity, IPsecIntegrity)

Determines if two IPsecIntegrity values are the same.

Implicit(String to IPsecIntegrity)

Converts a String to a IPsecIntegrity.

Inequality(IPsecIntegrity, IPsecIntegrity)

Determines if two IPsecIntegrity values are not the same.

Applies to