2 writes to Crypto
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (2)
2365subject.Crypto = key; 2369subject.Crypto = new SecurityKeyElement(subject.KeyIdentifier, this.Configuration.ServiceTokenResolver);
1 reference to Crypto
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlAssertion.cs (1)
416crypto = statement.SamlSubject.Crypto;