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