Base:
property
Id
System.IdentityModel.Tokens.SecurityToken.Id
2 references to Id
System.IdentityModel (1)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
196ek.Id = this.Id;
System.ServiceModel (1)
System\ServiceModel\Security\SendSecurityHeader.cs (1)
418sourceTokenIdentifierClause = new LocalIdKeyIdentifierClause(wrappedKey.Id, wrappedKey.GetType());