22 overrides of WriteBase64
SMDiagnostics (1)
System\ServiceModel\Diagnostics\PlainXmlWriter.cs (1)
82public override void WriteBase64(byte[] buffer, int offset, int count) { }
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2795public override void WriteBase64(byte[] buffer, int index, int count) {
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
330public override void WriteBase64(byte[] buffer, int index, int count) {
System.IdentityModel (2)
System\IdentityModel\DelegatingXmlDictionaryWriter.cs (1)
94public override void WriteBase64(byte[] buffer, int index, int count)
System\IdentityModel\SamlDelegatingWriter.cs (1)
224public override void WriteBase64(byte[] buffer, int index, int count)
System.Runtime.Serialization (5)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
429public override void WriteBase64(byte[] buffer, int index, int count)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
89public override void WriteBase64(byte[] buffer, int index, int count) { xmlWriter.WriteBase64(buffer, index, count); }
System\Xml\XmlBaseWriter.cs (1)
1312public override void WriteBase64(byte[] buffer, int offset, int count)
System\Xml\XmlDictionaryWriter.cs (1)
1183public override void WriteBase64(byte[] buffer, int index, int count)
System\Xml\XmlMtomWriter.cs (1)
255public override void WriteBase64(byte[] buffer, int index, int count)
System.ServiceModel (2)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1758public override void WriteBase64(byte[] buffer, int index, int count)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
807public override void WriteBase64(byte[] buffer, int index, int count)
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (1)
121public override void WriteBase64(byte[] buffer, int index, int count)
System.ServiceModel.Web (1)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (1)
51public override void WriteBase64(byte[] buffer, int index, int count)
System.Transactions (1)
System\Transactions\Trace\PlainXmlWriter.cs (1)
112public override void WriteBase64(byte[] buffer, int offset, int count) { }
System.Xml (6)
System\Xml\Core\QueryOutputWriterV1.cs (1)
213public override void WriteBase64(byte[] buffer, int index, int count) {
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
151public override void WriteBase64(byte[] buffer, int index, int count) {
System\Xml\Core\XmlRawWriter.cs (1)
91public override void WriteBase64( byte[] buffer, int index, int count ) {
System\Xml\Core\XmlTextWriter.cs (1)
776public override void WriteBase64(byte[] buffer, int index, int count) {
System\Xml\Core\XmlWellFormedWriter.cs (1)
1013public override void WriteBase64(byte[] buffer, int index, int count) {
System\Xml\Core\XmlWrappingWriter.cs (1)
154public override void WriteBase64(byte[] buffer, int index, int count) {
System.Xml.Linq (1)
System\Xml\Linq\XLinq.cs (1)
7902public override void WriteBase64(byte[] buffer, int index, int count) {
69 references to WriteBase64
System.Data (1)
fx\src\data\System\Data\xmlsaver.cs (1)
2796_xmltextWriter.WriteBase64(buffer, index, count);
System.Data.Services (1)
System\Data\Services\DelegateBodyWriter.cs (1)
207this.innerWriter.WriteBase64(buffer, offset, count);
System.IdentityModel (30)
System\IdentityModel\CipherDataElement.cs (2)
76writer.WriteBase64( _iv, 0, _iv.Length ); 78writer.WriteBase64( _cipherText, 0, _cipherText.Length );
System\IdentityModel\DelegatingXmlDictionaryWriter.cs (2)
96_innerWriter.WriteBase64(buffer, index, count); 99_tracingWriter.WriteBase64(buffer, index, count);
System\IdentityModel\PreDigestedSignedInfo.cs (1)
187writer.WriteBase64(digest, 0, digest.Length);
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
2878writer.WriteBase64(keyBytes, 0, keyBytes.Length);
System\IdentityModel\SamlDelegatingWriter.cs (1)
226this.effectiveWriter.WriteBase64(buffer, index, count);
System\IdentityModel\SignedXml.cs (2)
398writer.WriteBase64(this.signatureValue, 0, this.signatureValue.Length); 1320writer.WriteBase64(this.digestValue, 0, this.digestValue.Length);
System\IdentityModel\Tokens\RsaKeyIdentifierClause.cs (2)
89writer.WriteBase64(this.rsaParameters.Exponent, 0, this.rsaParameters.Exponent.Length); 98writer.WriteBase64(this.rsaParameters.Modulus, 0, this.rsaParameters.Modulus.Length);
System\IdentityModel\Tokens\RsaSecurityTokenHandler.cs (2)
237writer.WriteBase64(modulus, 0, modulus.Length); 243writer.WriteBase64(exponent, 0, exponent.Length);
System\IdentityModel\Tokens\SessionSecurityToken.cs (6)
739dicWriter.WriteBase64(key, 0, key.Length); 1367dictionaryWriter.WriteBase64(bootstrapArray, 0, bootstrapArray.Length); 1540writer.WriteBase64(rawData, 0, rawData.Length); 1549writer.WriteBase64(thumbprint, 0, thumbprint.Length); 1595writer.WriteBase64(hash, 0, hash.Length); 1757writer.WriteBase64(sidBytes, 0, sidBytes.Length);
System\IdentityModel\Tokens\SessionSecurityTokenHandler.cs (1)
815dicWriter.WriteBase64(cookie, 0, cookie.Length);
System\IdentityModel\Tokens\WSSecurityJan2004.cs (2)
391writer.WriteBase64(keyIdentifier, 0, keyIdentifier.Length); 440writer.WriteBase64(keyIdentifier, 0, keyIdentifier.Length);
System\IdentityModel\Tokens\WSTrust.cs (1)
121writer.WriteBase64(secret, 0, secret.Length);
System\IdentityModel\Tokens\X509DataSecurityKeyIdentifierClauseSerializer.cs (2)
142writer.WriteBase64(ski, 0, ski.Length); 170writer.WriteBase64(rawData, 0, rawData.Length);
System\IdentityModel\Tokens\X509SecurityTokenHandler.cs (1)
669writer.WriteBase64(rawData, 0, rawData.Length);
System\IdentityModel\Tokens\XmlDsigSep2000.cs (2)
303writer.WriteBase64( certBytes, 0, certBytes.Length ); 327writer.WriteBase64( ski, 0, ski.Length );
System\IdentityModel\Tokens\XmlEncApr2001.cs (1)
130writer.WriteBase64(encryptedKey, 0, encryptedKey.Length);
System\ServiceModel\Security\EncryptedKey.cs (1)
128writer.WriteBase64(this.wrappedKey, 0, this.wrappedKey.Length);
System.Runtime.Serialization (7)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
89public override void WriteBase64(byte[] buffer, int index, int count) { xmlWriter.WriteBase64(buffer, index, count); }
System\Runtime\Serialization\XmlWriterDelegator.cs (1)
535writer.WriteBase64(bytes, 0, bytes.Length);
System\Xml\XmlDictionaryWriter.cs (3)
223WriteBase64(block, 0, bytesRead); 1147this.writer.WriteBase64(this.buffer, this.index, this.count); 1185writer.WriteBase64(buffer, index, count);
System\Xml\XmlMtomWriter.cs (2)
284Writer.WriteBase64(buffer, index, count); 312Writer.WriteBase64(data.chunk, 0, data.chunk.Length);
System.ServiceModel (19)
System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
1760this.Writer.WriteBase64(buffer, index, count);
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
856writer.WriteBase64(arrayValue, 0, arrayValue.Length);
System\ServiceModel\Security\BinaryNegotiation.cs (1)
71writer.WriteBase64(this.negotiationData, 0, this.negotiationData.Length);
System\ServiceModel\Security\EncryptedData.cs (2)
99writer.WriteBase64(this.iv, 0, this.iv.Length); 100writer.WriteBase64(this.cipherText, 0, this.cipherText.Length);
System\ServiceModel\Security\SctClaimSerializer.cs (5)
28writer.WriteBase64(sidBytes, 0, sidBytes.Length); 86writer.WriteBase64(rawData, 0, rawData.Length); 95writer.WriteBase64(thumbprint, 0, thumbprint.Length); 141writer.WriteBase64(hash, 0, hash.Length); 183writer.WriteBase64(rawData, 0, rawData.Length);
System\ServiceModel\Security\SecurityVersion.cs (1)
286writer.WriteBase64(signature, 0, signature.Length);
System\ServiceModel\Security\Tokens\SecurityContextCookieSerializer.cs (1)
177writer.WriteBase64(key, 0, key.Length);
System\ServiceModel\Security\WSSecureConversation.cs (2)
308writer.WriteBase64(derivedKeyToken.Nonce, 0, derivedKeyToken.Nonce.Length); 517writer.WriteBase64(sct.CookieBlob, 0, sct.CookieBlob.Length);
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
193writer.WriteBase64(rawData, 0, rawData.Length);
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (1)
809this.innerWriter.WriteBase64(buffer, index, count);
System\ServiceModel\Security\WSTrust.cs (2)
172writer.WriteBase64(secret, 0, secret.Length); 1216writer.WriteBase64(authenticator, 0, authenticator.Length);
System\ServiceModel\Transactions\OletxTransactionHeader.cs (1)
182writer.WriteBase64(propagationToken, 0, propagationToken.Length);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamMessage.cs (1)
449writer.WriteBase64(this.bufferedMessageData.Buffer.Array, this.bufferedMessageData.Buffer.Offset, this.bufferedMessageData.Buffer.Count);
System.ServiceModel.Web (3)
System\ServiceModel\Channels\JavascriptXmlWriterWrapper.cs (1)
53this.xmlJsonWriter.WriteBase64(buffer, index, count);
System\ServiceModel\Channels\StreamBodyWriter.cs (2)
162this.writer.WriteBase64(buffer, offset, count); 167this.writer.WriteBase64(buffer, offset, count);
System.Xml (7)
System\Xml\Core\QueryOutputWriterV1.cs (2)
215this.wrapped.WriteBase64(buffer, index, count); 217this.wrapped.WriteBase64(buffer, index, count);
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
153coreWriter.WriteBase64(buffer, index, count);
System\Xml\Core\XmlEventCache.cs (1)
176writer.WriteBase64(bytes, 0, bytes.Length);
System\Xml\Core\XmlWellFormedWriter.cs (1)
1029writer.WriteBase64(buffer, index, count);
System\Xml\Core\XmlWrappingWriter.cs (1)
155writer.WriteBase64(buffer, index, count);
System\Xml\Serialization\Xmlcustomformatter.cs (1)
134writer.WriteBase64(inData, start, count);