SsoSecretType Struct

Definition

The type of single sign on Secret Type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretTypeTypeConverter))]
public struct SsoSecretType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DesktopVirtualization.Support.SsoSecretTypeTypeConverter))>]
type SsoSecretType = struct
    interface IArgumentCompleter
Public Structure SsoSecretType
Implements IArgumentCompleter, IEquatable(Of SsoSecretType)
Inheritance
SsoSecretType
Attributes
Implements

Fields

Certificate
CertificateInKeyVault
SharedKey
SharedKeyInKeyVault

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type SsoSecretType (override for Object)

Equals(SsoSecretType)

Compares values of enum type SsoSecretType

GetHashCode()

Returns hashCode for enum SsoSecretType

ToString()

Returns string representation for SsoSecretType

Operators

Equality(SsoSecretType, SsoSecretType)

Overriding == operator for enum SsoSecretType

Implicit(SsoSecretType to String)

Implicit operator to convert SsoSecretType to string

Implicit(String to SsoSecretType)

Implicit operator to convert string to SsoSecretType

Inequality(SsoSecretType, SsoSecretType)

Overriding != operator for enum SsoSecretType

Applies to