Reads the content and returns the Base64 decoded binary bytes.
Пространство имен: Microsoft.IdentityModel.Protocols.XmlSignature
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim instance As DelegatingXmlDictionaryReader Dim buffer As Byte() Dim index As Integer Dim count As Integer Dim returnValue As Integer returnValue = instance.ReadContentAsBase64(buffer, index, count) |
Синтаксис
Visual Basic |
---|
Public Overrides Function ReadContentAsBase64 ( _ buffer As Byte(), _ index As Integer, _ count As Integer _ ) As Integer |
C# |
---|
public override int ReadContentAsBase64 ( byte[] buffer, int index, int count ) |
C++ |
---|
public: virtual int ReadContentAsBase64 ( array<unsigned char>^ buffer, int index, int count ) override |
J# |
---|
public int ReadContentAsBase64 ( byte[] buffer, int index, int count ) |
JScript |
---|
public override function ReadContentAsBase64 ( buffer : byte[], index : int, count : int ) : int |
Параметры
- buffer
-
The buffer into which to copy the resulting text. This value cannot be null.
- index
-
The offset into the buffer where to start copying the result.
- count
-
The maximum number of bytes to copy into the buffer.
Возвращаемое значение
The number of bytes written to the buffer.Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.