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 SourceWatsonAADAppSecret(String)
Declaration
public WatsonAADAppSecret(string secret)
Parameters
Type | Name | Description |
---|---|---|
System.String | secret |
Methods
View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Operators
View SourceImplicit(WatsonAADAppSecret to String)
Declaration
public static implicit operator string (WatsonAADAppSecret self)
Parameters
Type | Name | Description |
---|---|---|
WatsonAADAppSecret | self |
Returns
Type | Description |
---|---|
System.String |
Implicit(String to WatsonAADAppSecret)
Declaration
public static implicit operator WatsonAADAppSecret(string val)
Parameters
Type | Name | Description |
---|---|---|
System.String | val |
Returns
Type | Description |
---|---|
WatsonAADAppSecret |