Freigeben über


BinaryExchange.BinaryData Property

Namespace: Microsoft.IdentityModel.SecurityTokenService
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim instance As BinaryExchange
Dim value As Byte()

value = instance.BinaryData

Syntax

'Declaration
Public ReadOnly Property BinaryData As Byte()
public byte[] BinaryData { get; }
public:
property array<unsigned char>^ BinaryData {
    array<unsigned char>^ get ();
}
/** @property */
public byte[] get_BinaryData ()
public function get BinaryData () : byte[]

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

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

Siehe auch

Referenz

BinaryExchange Class
BinaryExchange Members
Microsoft.IdentityModel.SecurityTokenService Namespace