protected void SetSubject(System.IdentityModel.Tokens.SamlSubject samlSubject)
 {
     if (samlSubject == null)
     {
         throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentNullException("samlSubject"));
     }
     this.subject = samlSubject;
 }
 protected void SetSubject(System.IdentityModel.Tokens.SamlSubject samlSubject)
 {
     if (samlSubject == null)
     {
         throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentNullException("samlSubject"));
     }
     this.subject = samlSubject;
 }