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)
4416
KeyInfo keyInfo = new
KeyInfo
(this.KeyInfoSerializer);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
3471
KeyInfo keyInfo = new
KeyInfo
(KeyInfoSerializer);
System\IdentityModel\Tokens\SecurityTokenSerializerAdapter.cs (1)
134
KeyInfo keyInfo = new
KeyInfo
(this);
4 references to KeyInfo
System.IdentityModel (4)
System\IdentityModel\EncryptedTypeElement.cs (1)
17
KeyInfo
_keyInfo;
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
4416
KeyInfo
keyInfo = new KeyInfo(this.KeyInfoSerializer);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
3471
KeyInfo
keyInfo = new KeyInfo(KeyInfoSerializer);
System\IdentityModel\Tokens\SecurityTokenSerializerAdapter.cs (1)
134
KeyInfo
keyInfo = new KeyInfo(this);