HardwareSecurityModulesSkuName Struct

Definition

SKU of the dedicated HSM.

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

Constructors

HardwareSecurityModulesSkuName(String)

Initializes a new instance of HardwareSecurityModulesSkuName.

Properties

PayShield10KLMK1CPS250

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 250 calls per second.

PayShield10KLMK1CPS2500

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 2500 calls per second.

PayShield10KLMK1CPS60

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 1 local master key which supports up to 60 calls per second.

PayShield10KLMK2CPS250

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 250 calls per second.

PayShield10KLMK2CPS2500

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 2500 calls per second.

PayShield10KLMK2CPS60

The dedicated HSM is a payShield 10K, model PS10-D, 10Gb Ethernet Hardware Platform device with 2 local master keys which supports up to 60 calls per second.

SafeNetLunaNetworkHSMA790

The dedicated HSM is a Safenet Luna Network HSM A790 device.

Methods

Equals(HardwareSecurityModulesSkuName)

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

Determines if two HardwareSecurityModulesSkuName values are the same.

Implicit(String to HardwareSecurityModulesSkuName)

Converts a string to a HardwareSecurityModulesSkuName.

Inequality(HardwareSecurityModulesSkuName, HardwareSecurityModulesSkuName)

Determines if two HardwareSecurityModulesSkuName values are not the same.

Applies to