SmbEncryptionState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol cache.
public readonly struct SmbEncryptionState : IEquatable<Azure.ResourceManager.NetApp.Models.SmbEncryptionState>
type SmbEncryptionState = struct
Public Structure SmbEncryptionState
Implements IEquatable(Of SmbEncryptionState)
- Inheritance
-
SmbEncryptionState
- Implements
Constructors
| Name | Description |
|---|---|
| SmbEncryptionState(String) |
Initializes a new instance of SmbEncryptionState. |
Properties
| Name | Description |
|---|---|
| Disabled |
SMB encryption is disabled. |
| Enabled |
SMB encryption is enabled. |
Methods
| Name | Description |
|---|---|
| Equals(SmbEncryptionState) |
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(SmbEncryptionState, SmbEncryptionState) |
Determines if two SmbEncryptionState values are the same. |
| Implicit(String to SmbEncryptionState) |
Converts a String to a SmbEncryptionState. |
| Inequality(SmbEncryptionState, SmbEncryptionState) |
Determines if two SmbEncryptionState values are not the same. |