Show / Hide Table of Contents

Transports Property

Transports

The transports component of the credentialId. This is an optional parameter, so it can be null.

C#
public IReadOnlyList<string>? Transports { get; }

Property Value

Type Description
IReadOnlyList<string>

Remarks

The transports component of the credentialId can contain more than one transport. To add an entry to the list, call AddTransport(string).

The standard defines some strings, and allows for vendor- or application-defined values as well. The standard-defined strings are in the class AuthenticatorTransports.

In this article
Back to top Generated by DocFX