Show / Hide Table of Contents

Class WatsonAADAppSecret

Inheritance
System.Object
WatsonAADAppSecret
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: CrashCABN.Ingestion
Assembly: CrashCABN.Ingestion.Watson.dll
Syntax
public class WatsonAADAppSecret

Constructors

View Source

WatsonAADAppSecret(String)

Declaration
public WatsonAADAppSecret(string secret)
Parameters
Type Name Description
System.String secret

Methods

View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Operators

View Source

Implicit(WatsonAADAppSecret to String)

Declaration
public static implicit operator string (WatsonAADAppSecret self)
Parameters
Type Name Description
WatsonAADAppSecret self
Returns
Type Description
System.String
View Source

Implicit(String to WatsonAADAppSecret)

Declaration
public static implicit operator WatsonAADAppSecret(string val)
Parameters
Type Name Description
System.String val
Returns
Type Description
WatsonAADAppSecret
  • View Source
In This Article
Back to top Generated by DocFX