Base:
property
Id
System.IdentityModel.Tokens.SecurityToken.Id
2 references to Id
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSecurityToken.cs (2)
102
return new SamlAssertionKeyIdentifierClause(this.
Id
) as T;
111
return samlKeyIdentifierClause.Matches(this.
Id
);