Skip to content

Commit

Permalink
Remove obsolete ApplicationOptions.Component property (#4460)
Browse files Browse the repository at this point in the history
Remove obsolete ApplicationOptions.Component.
  • Loading branch information
pmaytak authored Dec 7, 2023
1 parent 10361c8 commit 04dfcf6
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ public abstract class ApplicationOptions : BaseApplicationOptions
/// </remarks>
public string RedirectUri { get; set; }

/// <summary>
/// Identifier of the component (libraries/SDK) consuming MSAL.NET.
/// This will allow for disambiguation between MSAL usage by the app vs MSAL usage by component libraries.
/// </summary>
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Should use ClientName and ClientVersion properties instead of Component", true)]
public string Component { get; set; }

/// <summary>
/// The name of the calling application for telemetry purposes.
/// </summary>
Expand Down

0 comments on commit 04dfcf6

Please sign in to comment.