2 writes to Proof
System.IdentityModel (2)
System\IdentityModel\SecurityTokenService.cs (2)
741_tokenDescriptor.Proof = GetProofToken(request, scope); 870_tokenDescriptor.Proof = GetProofToken(request, this.Scope);
4 references to Proof
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
1478if (null == tokenDescriptor.Proof) 1485subjectConfirmation.SubjectConfirmationData.KeyIdentifiers.Add(tokenDescriptor.Proof.KeyIdentifier);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
598if (tokenDescriptor.Proof != null) 604samlSubject.KeyIdentifier = tokenDescriptor.Proof.KeyIdentifier;