Show / Hide Table of Contents

Class TransferApplianceEncryptionPassphrase

Inheritance
object
TransferApplianceEncryptionPassphrase
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DtsService.Models
Assembly: OCI.DotNetSDK.Dts.dll
Syntax
public class TransferApplianceEncryptionPassphrase

Properties

EncryptionPassphrase

Declaration
[JsonProperty(PropertyName = "encryptionPassphrase")]
public string EncryptionPassphrase { get; set; }
Property Value
Type Description
string
In this article
Back to top