Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ProviderIdentifier"/> class.
 /// </summary>
 /// <param name="providerId">The providerId.</param>
 /// <param name="providerUid">The providerUid.</param>
 public ProviderIdentifier(string providerId, string providerUid)
 {
     UserRecordArgs.CheckProvider(providerId, providerUid, required: true);
     this.providerId  = providerId;
     this.providerUid = providerUid;
 }