2 writes to crypto
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSubject.cs (2)
173this.crypto = value; 324this.crypto = SamlSerializer.ResolveSecurityKey(this.securityKeyIdentifier, outOfBandTokenResolver);
2 references to crypto
System.IdentityModel (2)
System\IdentityModel\Tokens\SamlSubject.cs (2)
164get { return this.crypto; } 325if (this.crypto == null)