5 instantiations of KeyInfo
System.IdentityModel (5)
System\IdentityModel\EncryptedTypeElement.cs (2)
31_keyInfo = new KeyInfo(keyInfoSerializer); 161_keyInfo = new KeyInfo(_keyInfoSerializer);
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
4416KeyInfo keyInfo = new KeyInfo(this.KeyInfoSerializer);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
3471KeyInfo keyInfo = new KeyInfo(KeyInfoSerializer);
System\IdentityModel\Tokens\SecurityTokenSerializerAdapter.cs (1)
134KeyInfo keyInfo = new KeyInfo(this);
4 references to KeyInfo
System.IdentityModel (4)
System\IdentityModel\EncryptedTypeElement.cs (1)
17KeyInfo _keyInfo;
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
4416KeyInfo keyInfo = new KeyInfo(this.KeyInfoSerializer);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
3471KeyInfo keyInfo = new KeyInfo(KeyInfoSerializer);
System\IdentityModel\Tokens\SecurityTokenSerializerAdapter.cs (1)
134KeyInfo keyInfo = new KeyInfo(this);