| ConversationAuthenticationUri Property | 
Represents the authentication service endpoint
 
Namespace: Microsoft.CognitiveServices.SpeechRecognitionAssembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
 Syntax
Syntaxpublic virtual string AuthenticationUri { get; set; }Public Overridable Property AuthenticationUri As String
	Get
	Set
public:
virtual property String^ AuthenticationUri {
	String^ get ();
	void set (String^ value);
}abstract AuthenticationUri : string with get, set
override AuthenticationUri : string with get, set
Property Value
Type: 
StringImplements
IConversationAuthenticationUri See Also
See Also