Skip to content

Commit

Permalink
Update LDAPCPConfig.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvand committed Jul 11, 2019
1 parent 024cd32 commit e876494
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LDAPCP/LDAPCPConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -496,9 +496,9 @@ public static LDAPCPConfig CreateDefaultConfiguration()
/// <summary>
/// Create a persisted object with default configuration of LDAPCP. If it already exists, it will be deleted.
/// </summary>
/// <param name="persistedObjectID">GUID of persisted object</param>
/// <param name="persistedObjectName">Name of persisted object</param>
/// <param name="spTrustName">Name of the SPTrustedLoginProvider that LDAPCP is associated with</param>
/// <param name="persistedObjectID">GUID of the configuration, stored as a persisted object into SharePoint configuration database</param>
/// <param name="persistedObjectName">Name of the configuration, stored as a persisted object into SharePoint configuration database</param>
/// <param name="spTrustName">Name of the SPTrustedLoginProvider that claims provider is associated with</param>
/// <returns></returns>
public static LDAPCPConfig CreateConfiguration(string persistedObjectID, string persistedObjectName, string spTrustName)
{
Expand Down

0 comments on commit e876494

Please sign in to comment.