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 |
---|---|
System.Collections.Generic.IReadOnlyList<System.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.