Example #1
0
 public static IdentityConfigurationElementWrapper ToIdentityConfigurationElementWrapper(IdentityConfigurationElement identityConfigurationElement)
 {
     return(identityConfigurationElement);
 }
Example #2
0
 public IdentityConfigurationElementWrapper(IdentityConfigurationElement identityConfigurationElement)
 {
     this.IdentityConfigurationElement = identityConfigurationElement ?? throw new ArgumentNullException(nameof(identityConfigurationElement));
 }