3 references to BinarySecret
System.IdentityModel (3)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (3)
2358if (reader.IsStartElement(trustConstants.Elements.BinarySecret, trustConstants.NamespaceURI)) 2849string base64KeyBytes = reader.ReadElementContentAsString(trustConstants.Elements.BinarySecret, trustConstants.NamespaceURI); 2877writer.WriteStartElement(trustConstants.Elements.BinarySecret, trustConstants.NamespaceURI);