3 references to LocalIdKeyIdentifierClause
System.IdentityModel (3)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (2)
25: this(null, derivationNonce, derivationLength, ownerType == null ? (Type[])null : new Type[] { ownerType }) 30: this(localId, null, 0, ownerTypes)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
524SecurityKeyIdentifierClause clause = new LocalIdKeyIdentifierClause(uri.Substring(1), derivationNonce, derivationLength, tokenTypes);