C# Class System.Net.Security.SecurityBuffer

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Свойство Type Description
offset int
size int
token byte[]
type SecurityBufferType
unmanagedToken System.Runtime.InteropServices.SafeHandle

Méthodes publiques

Méthode Description
SecurityBuffer ( ChannelBinding binding ) : System.Diagnostics
SecurityBuffer ( byte data, SecurityBufferType tokentype ) : System.Diagnostics
SecurityBuffer ( byte data, int offset, int size, SecurityBufferType tokentype ) : System.Diagnostics
SecurityBuffer ( int size, SecurityBufferType tokentype ) : System.Diagnostics

Method Details

SecurityBuffer() public méthode

public SecurityBuffer ( ChannelBinding binding ) : System.Diagnostics
binding System.Security.Authentication.ExtendedProtection.ChannelBinding
Résultat System.Diagnostics

SecurityBuffer() public méthode

public SecurityBuffer ( byte data, SecurityBufferType tokentype ) : System.Diagnostics
data byte
tokentype SecurityBufferType
Résultat System.Diagnostics

SecurityBuffer() public méthode

public SecurityBuffer ( byte data, int offset, int size, SecurityBufferType tokentype ) : System.Diagnostics
data byte
offset int
size int
tokentype SecurityBufferType
Résultat System.Diagnostics

SecurityBuffer() public méthode

public SecurityBuffer ( int size, SecurityBufferType tokentype ) : System.Diagnostics
size int
tokentype SecurityBufferType
Résultat System.Diagnostics

Property Details

offset public_oe property

public int offset
Résultat int

size public_oe property

public int size
Résultat int

token public_oe property

public byte[] token
Résultat byte[]

type public_oe property

public SecurityBufferType type
Résultat SecurityBufferType

unmanagedToken public_oe property

public SafeHandle,System.Runtime.InteropServices unmanagedToken
Résultat System.Runtime.InteropServices.SafeHandle