1 write to keyInfoSerializer
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
157this.keyInfoSerializer = new WSKeyInfoSerializer(this.emitBspRequiredAttributes, dictionaryManager, trustDictionary, this, securityVersion, secureConversationVersion);
8 references to keyInfoSerializer
System.ServiceModel (8)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (8)
299return this.keyInfoSerializer.CanReadKeyIdentifier(reader); 311return this.keyInfoSerializer.ReadKeyIdentifier(reader); 324return this.keyInfoSerializer.CanWriteKeyIdentifier(keyIdentifier); 336this.keyInfoSerializer.WriteKeyIdentifier(writer, keyIdentifier); 348return this.keyInfoSerializer.CanReadKeyIdentifierClause(reader); 360return this.keyInfoSerializer.ReadKeyIdentifierClause(reader); 372return this.keyInfoSerializer.CanWriteKeyIdentifierClause(keyIdentifierClause); 384this.keyInfoSerializer.WriteKeyIdentifierClause(writer, keyIdentifierClause);