The attribute should not be exposed to the public API, since it shouldn't need to be used by consumers - mark it internal.
This commit is contained in:
@@ -10,7 +10,7 @@ namespace NSspi.Contexts
|
|||||||
/// Defines the types of queries that can be performed with QueryContextAttribute.
|
/// Defines the types of queries that can be performed with QueryContextAttribute.
|
||||||
/// Each query has a different result buffer.
|
/// Each query has a different result buffer.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public enum ContextQueryAttrib : int
|
internal enum ContextQueryAttrib : int
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Queries the buffer size parameters when performing message functions, such
|
/// Queries the buffer size parameters when performing message functions, such
|
||||||
|
|||||||
Reference in New Issue
Block a user