1 write to m_infocardChannelParameter
System.ServiceModel (1)
System\ServiceModel\Security\InfoCardHelper.cs (1)
589
this.
m_infocardChannelParameter
= infocardChannelParameter;
4 references to m_infocardChannelParameter
System.ServiceModel (4)
System\ServiceModel\Security\InfoCardHelper.cs (4)
595
if (null !=
m_infocardChannelParameter
&& null !=
m_infocardChannelParameter
.Token)
597
if (
m_infocardChannelParameter
.Token.ValidTo < DateTime.UtcNow)
603
return
m_infocardChannelParameter
.Token;