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