Encodes the specified binary bytes as Base64 and writes out the resulting text.
Пространство имен: Microsoft.IdentityModel.Protocols.XmlSignature
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As DelegatingXmlDictionaryWriter
Dim buffer As Byte()
Dim index As Integer
Dim count As Integer

instance.WriteBase64(buffer, index, count)

Синтаксис

Visual Basic
Public Overrides Sub WriteBase64 ( _
		buffer As Byte(), _
		index As Integer, _
		count As Integer _
)
C#
public override void WriteBase64 (
		byte[] buffer,
		int index,
		int count
)
C++
public:
virtual void WriteBase64 (
		array<unsigned char>^ buffer, 
		int index, 
		int count
) override
J#
public void WriteBase64 (
		byte[] buffer, 
		int index, 
		int count
)
JScript
public override function WriteBase64 (
		buffer : byte[], 
		index : int, 
		count : int
)

Параметры

buffer

Byte array to encode.

index

The position in the buffer indicating the start of the bytes to write.

count

The number of bytes to write.

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также