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