AuthenticationCodeSettings record

Represents the settings for authentication code, including language, code, extra imports, and references.

public record AuthenticationCodeSettings

Public Members

name description
AuthenticationCodeSettings() The default constructor.
Code { get; set; } Gets the authentication code as a string.
CSharpVersion { get; set; } Gets the C# language version used for authentication code. If the language is CSharp.
ExtraImports { get; set; } Gets the extra import namespaces required for authentication code.
ExtraRefs { get; set; } Gets the extra assembly references required for authentication code.
Language { get; set; } Gets the scripting language used for authentication code.
VisualBasicVersion { get; set; } Gets the Visual Basic language version used for authentication code. If the language is VBNet.

See Also