3 writes to RequestedProofToken
System.ServiceModel (3)
System\ServiceModel\Security\AcceleratedTokenAuthenticator.cs (1)
252
rstr.
RequestedProofToken
= proofToken;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
734
rstr.
RequestedProofToken
= proofToken;
System\ServiceModel\Security\SspiNegotiationTokenAuthenticator.cs (1)
326
negotiationRstr.
RequestedProofToken
= proofToken;
2 references to RequestedProofToken
System.ServiceModel (2)
System\ServiceModel\Security\WSTrust.cs (2)
1156
if (rstr.ComputeKey || rstr.
RequestedProofToken
!= null)
1165
standardsManager.SecurityTokenSerializer.WriteToken(writer, rstr.
RequestedProofToken
);