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