다음을 통해 공유


DelegatingXmlDictionaryReader.ReadContentAsBase64 메서드 (Byte[], Int32, Int32)

Reads the content and returns the Base64 decoded binary bytes.

네임스페이스: Microsoft.IdentityModel.Protocols.XmlSignature
어셈블리: Microsoft.IdentityModel(microsoft.identitymodel.dll에 있음)

사용법

    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)

구문

‘선언
Public Overrides Function ReadContentAsBase64 ( _
    buffer As Byte(), _
    index As Integer, _
    count As Integer _
) As Integer
public override int ReadContentAsBase64 (
    byte[] buffer,
    int index,
    int count
)
public:
virtual int ReadContentAsBase64 (
    array<unsigned char>^ buffer, 
    int index, 
    int count
) override
public int ReadContentAsBase64 (
    byte[] buffer, 
    int index, 
    int count
)
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.

스레드 안전성

이 유형의 공용 정적(Visual Basic에서는 Shared) 멤버는 모두 스레드로부터 안전합니다.인스턴스 멤버는 스레드로부터 안전하지 않을 수 있습니다.

플랫폼

개발 플랫폼

Windows Server 2003, Windows Vista

Target Platforms

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

참고 항목

참조

DelegatingXmlDictionaryReader 클래스
DelegatingXmlDictionaryReader 멤버
Microsoft.IdentityModel.Protocols.XmlSignature 네임스페이스