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