C# Class Microsoft.SqlServer.TDS.EndPoint.SSPI.SecBuffer

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

Méthodes publiques

Свойство Type Description
BufferPtr System.IntPtr
BufferSize int
BufferType int

Méthodes publiques

Méthode Description
Dispose ( ) : void

Dispose security buffer

Private Methods

Méthode Description
SecBuffer ( byte buffer ) : System

Initialization constructor for existing buffer

SecBuffer ( int bufferSize ) : System

Initialization constructor that allocates a new security buffer

ToArray ( ) : byte[]

Extract raw byte data from the security buffer

Method Details

Dispose() public méthode

Dispose security buffer
public Dispose ( ) : void
Résultat void

Property Details

BufferPtr public_oe property

public IntPtr,System BufferPtr
Résultat System.IntPtr

BufferSize public_oe property

public int BufferSize
Résultat int

BufferType public_oe property

public int BufferType
Résultat int