3 references to DerivationLength
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
697
int length = samlClause.
DerivationLength
;
System.ServiceModel (2)
System\ServiceModel\Security\SecurityHeaderTokenResolver.cs (2)
211
int derivationLength = (keyIdentifierClause.
DerivationLength
== 0) ? DerivedKeySecurityToken.DefaultDerivedKeyLength : keyIdentifierClause.
DerivationLength
;