Base:
property
Id
System.IdentityModel.Tokens.SecurityToken.Id
4 references to Id
System.ServiceModel (4)
System\ServiceModel\Security\SecurityUtils.cs (3)
1414messageProperty.TransportToken = new SecurityTokenSpecification(new UserNameSecurityToken(token.UserName, null, token.Id), messageProperty.TransportToken.SecurityTokenPolicies); 1423messageProperty.ProtectionToken = new SecurityTokenSpecification(new UserNameSecurityToken(token.UserName, null, token.Id), messageProperty.ProtectionToken.SecurityTokenPolicies); 1435messageProperty.IncomingSupportingTokens[i] = new SupportingTokenSpecification(new UserNameSecurityToken(token.UserName, null, token.Id), supportingTokenSpecification.SecurityTokenPolicies, supportingTokenSpecification.SecurityTokenAttachmentMode, supportingTokenSpecification.SecurityTokenParameters);
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
404WriteUserNamePassword(writer, upToken.Id, upToken.UserName, upToken.Password);