1 instantiation of TokenElement
System.ServiceModel (1)
System\ServiceModel\Security\SendSecurityHeader.cs (1)
288
SendSecurityHeaderElement tokenElement = new SendSecurityHeaderElement(token.Id, new
TokenElement
(token, this.StandardsManager));
4 references to TokenElement
System.ServiceModel (4)
System\ServiceModel\Security\SendSecurityHeader.cs (2)
1051
TokenElement
element = item as
TokenElement
;
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
161
TokenElement
signedEncryptedTokenElement = elements[i].Item as
TokenElement
;