Browse Source

Update OpenIddictClientSystemIntegrationOptions.ApplicationDiscriminator's documentation to clarify it is not used when PipeName is explicitly set

pull/1786/head
Kévin Chalet 3 years ago
parent
commit
c0c0cdca4b
  1. 3
      src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationOptions.cs

3
src/OpenIddict.Client.SystemIntegration/OpenIddictClientSystemIntegrationOptions.cs

@ -81,6 +81,9 @@ public sealed class OpenIddictClientSystemIntegrationOptions
/// Gets or sets the application discriminator used to define a static
/// pipe name that will be shared by all the instances of the application.
/// </summary>
/// <remarks>
/// Note: this property is not used when <see cref="PipeName"/> is explicitly set.
/// </remarks>
public string? ApplicationDiscriminator { get; set; }
/// <summary>

Loading…
Cancel
Save