Type Property
Type
The type
component of the credentialId
.
C#
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Upon construction, this property will be set to "public-key".
Currently, the only type specified is the string "public-key". If you do not want to use any other value, do not set this property.
However, the standard also allows authenticators to support non-standard values. That is, an authenticator must support the standard type, and is allowed to support only the standard type, but is also allowed to support non-standard types.
While using a non-standard value will likely yield an error from the YubiKey, this class will follow the standard and allow for non-standard types.