Beispiel #1
0
 public CredentialRule(
     CredentialType credentialType,
     CredentialRuleType ruleType,
     params CredentialRuleAttribute[] attributes) : this(ruleType)
 {
     CredentialType = credentialType;
     Attributes     = attributes;
 }
Beispiel #2
0
 protected CredentialRule(CredentialRuleType ruleType) : this()
 {
     RuleType = ruleType;
 }