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