8 references to
System.ServiceModel.Federation (2)
System\IdentityModel\Tokens\Saml2AssertionKeyIdentifierClause.cs (1)
16
public Saml2AssertionKeyIdentifierClause(string assertionId) :
base
(assertionId, null, 0)
System\IdentityModel\Tokens\SamlAssertionKeyIdentifierClause.cs (1)
18
public SamlAssertionKeyIdentifierClause(string assertionId) :
base
(assertionId, null, 0)
System.ServiceModel.Primitives (5)
System\IdentityModel\Tokens\BinaryKeyIdentifierClause.cs (1)
20
:
base
(clauseType, derivationNonce, derivationLength)
System\IdentityModel\Tokens\GenericXmlSecurityKeyIdentifierClause.cs (1)
18
:
base
(null, derivationNonce, derivationLength)
System\IdentityModel\Tokens\LocalIdKeyIdentifierClause.cs (1)
36
:
base
(null, derivationNonce, derivationLength)
System\IdentityModel\Tokens\SecurityKeyIdentifierClause.cs (1)
22
:
this
(clauseType, null, 0)
System\ServiceModel\Security\SecurityContextKeyIdentifierClause.cs (1)
30
:
base
(null, derivationNonce, derivationLength)
System.ServiceModel.Primitives.Tests (1)
IdentityModel\SecurityTokenSerializerTest.cs (1)
148
public SecurityKeyIdentifierClauseImpl(string clauseType, byte[] nonce, int length) :
base
(clauseType, nonce, length)