ConfigurationConnections.GetConnection(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a connection by name.
public Microsoft.Agents.Authentication.IAccessTokenProvider GetConnection(string name);
abstract member GetConnection : string -> Microsoft.Agents.Authentication.IAccessTokenProvider
override this.GetConnection : string -> Microsoft.Agents.Authentication.IAccessTokenProvider
Public Function GetConnection (name As String) As IAccessTokenProvider
Parameters
- name
- String
Returns
IAccessTokenProvider