4 references to String150
System.IdentityModel (4)
System\IdentityModel\IdentityModelStringsVersion1.cs (1)
453
case 150: return
String150
;
System\IdentityModel\XD.cs (3)
832
this.EncryptedKeyHashValueType = dictionary.CreateString(IdentityModelStringsVersion1.
String150
, 150);
848
this.EncryptedKeyHashValueType = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.
String150
);
1678
public const string EncryptedKeyHashValueType = IdentityModelStringsVersion1.
String150
;