1 instantiation of BinarySecretKeyIdentifierClause
System.ServiceModel.Primitives (1)
System\IdentityModel\Security\WSTrust.cs (1)
95return new BinarySecretKeyIdentifierClause(secret, false);
5 references to BinarySecretKeyIdentifierClause
System.ServiceModel.Primitives (5)
System\IdentityModel\Security\WSTrust.cs (3)
100return keyIdentifierClause is BinarySecretKeyIdentifierClause; 110BinarySecretKeyIdentifierClause skic = keyIdentifierClause as BinarySecretKeyIdentifierClause;
System\ServiceModel\Security\BinarySecretKeyIdentifierClause.cs (2)
50BinarySecretKeyIdentifierClause that = keyIdentifierClause as BinarySecretKeyIdentifierClause;