5 references to OnBehalfOf
System.IdentityModel (3)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (3)
296
if (context.SecurityTokenHandlerCollectionManager.ContainsKey(SecurityTokenHandlerCollectionManager.Usage.
OnBehalfOf
))
298
rst.OnBehalfOf = new SecurityTokenElement(WSTrustSerializationHelper.ReadInnerXml(reader), context.SecurityTokenHandlerCollectionManager[SecurityTokenHandlerCollectionManager.Usage.
OnBehalfOf
]);
1058
WriteTokenElement((SecurityTokenElement)elementValue, SecurityTokenHandlerCollectionManager.Usage.
OnBehalfOf
, context, writer);
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (2)
398
SecurityTokenHandlerCollectionManager.Usage.
OnBehalfOf
));
412
SecurityTokenHandlerCollectionManager.Usage.
OnBehalfOf
));