14 references to ReadElementContentAsBase64
System.IdentityModel (8)
System\IdentityModel\Tokens\SessionSecurityToken.cs (1)
452byte[] key = reader.ReadElementContentAsBase64();
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
441encodedCookie = dicReader.ReadElementContentAsBase64();
System\IdentityModel\Tokens\WSTrust.cs (1)
102byte[] secret = reader.ReadElementContentAsBase64();
System\IdentityModel\Tokens\X509DataSecurityKeyIdentifierClauseSerializer.cs (2)
214byte[] ski = dictionaryReader.ReadElementContentAsBase64(); 257rawData = dictionaryReader.ReadElementContentAsBase64();
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
460binaryData = dicReader.ReadElementContentAsBase64();
System\IdentityModel\Tokens\XmlDsigSep2000.cs (2)
254if ( !SecurityUtils.TryCreateX509CertificateFromRawData( reader.ReadElementContentAsBase64(), out certificate ) ) 262ski = new X509SubjectKeyIdentifierClause( reader.ReadElementContentAsBase64() );
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
469return dictionaryReader.ReadElementContentAsBase64();
System.ServiceModel (5)
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
716value = reader.ReadElementContentAsBase64();
System\ServiceModel\Security\Tokens\SecurityContextCookieSerializer.cs (1)
78key = reader.ReadElementContentAsBase64();
System\ServiceModel\Security\WSSecureConversation.cs (1)
451encodedCookie = reader.ReadElementContentAsBase64();
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
152binaryData = reader.ReadElementContentAsBase64();
System\ServiceModel\Security\WSTrust.cs (1)
148byte[] secret = reader.ReadElementContentAsBase64();