task
stringlengths
24
71
input
stringlengths
8
2.38k
output
stringlengths
1
2.34k
options
list
pageTitle
stringlengths
4
140
outputColName
stringlengths
1
79
url
stringlengths
41
160
wdcFile
stringlengths
71
74
94017c0d_TimeSpan_Structure__System___Description
[Name] FromSeconds [Description]
Returns a TimeSpan that represents a specified number of seconds, where the specification is accurate to the nearest millisecond.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] FromTicks [Description]
Returns a TimeSpan that represents a specified time, where the specification is in units of ticks.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] GetHashCode [Description]
Returns a hash code for this instance. (Overrides ValueType.GetHashCode().)
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] GetType [Description]
Gets the Type of the current instance. (Inherited from Object.)
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] MemberwiseClone [Description]
Creates a shallow copy of the current Object. (Inherited from Object.)
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] Negate [Description]
Returns a new TimeSpan whose value is the negated value of this instance.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] Parse(String) [Description]
Converts the string representation of a time interval to its TimeSpan equivalent.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] Parse(String, IFormatProvider) [Description]
Converts the string representation of a time interval to its TimeSpan equivalent by using the specified culture-specific format information.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] ParseExact(String, String, IFormatProvider) [Description]
Converts the string representation of a time interval to its TimeSpan equivalent by using the specified format and culture-specific format information. The format of the string representation must match the specified format exactly.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] ParseExact(String, String[], IFormatProvider) [Description]
Converts the string representation of a time interval to its TimeSpan equivalent by using the specified array of format strings and culture-specific format information. The format of the string representation must match one of the specified formats exactly.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] ParseExact(String, String, IFormatProvider, TimeSpanStyles) [Description]
Converts the string representation of a time interval to its TimeSpan equivalent by using the specified format, culture-specific format information, and styles. The format of the string representation must match the specified format exactly.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] ParseExact(String, String[], IFormatProvider, TimeSpanStyles) [Description]
Converts the string representation of a time interval to its TimeSpan equivalent by using the specified formats, culture-specific format information, and styles. The format of the string representation must match one of the specified formats exactly.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] Subtract [Description]
Returns a new TimeSpan object whose value is the difference between the specified TimeSpan object and this instance.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] ToString() [Description]
Converts the value of the current TimeSpan object to its equivalent string representation. (Overrides ValueType.ToString().)
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] ToString(String) [Description]
Converts the value of the current TimeSpan object to its equivalent string representation by using the specified format.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] ToString(String, IFormatProvider) [Description]
Converts the value of the current TimeSpan object to its equivalent string representation by using the specified format and culture-specific formatting information.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] TryParse(String, TimeSpan) [Description]
Converts the string representation of a time interval to its TimeSpan equivalent and returns a value that indicates whether the conversion succeeded.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] TryParse(String, IFormatProvider, TimeSpan) [Description]
Converts the string representation of a time interval to its TimeSpan equivalent by using the specified culture-specific formatting information, and returns a value that indicates whether the conversion succeeded.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] TryParseExact(String, String, IFormatProvider, TimeSpan) [Description]
Converts the string representation of a time interval to its TimeSpan equivalent by using the specified format and culture-specific format information, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match the specified format exactly.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] TryParseExact(String, String[], IFormatProvider, TimeSpan) [Description]
Converts the specified string representation of a time interval to its TimeSpan equivalent by using the specified formats and culture-specific format information, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match one of the specified formats exactly.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] TryParseExact(String, String, IFormatProvider, TimeSpanStyles, TimeSpan) [Description]
Converts the string representation of a time interval to its TimeSpan equivalent by using the specified format, culture-specific format information, and styles, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match the specified format exactly.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
94017c0d_TimeSpan_Structure__System___Description
[Name] TryParseExact(String, String[], IFormatProvider, TimeSpanStyles, TimeSpan) [Description]
Converts the specified string representation of a time interval to its TimeSpan equivalent by using the specified formats, culture-specific format information, and styles, and returns a value that indicates whether the conversion succeeded. The format of the string representation must match one of the specified formats exactly.
[]
TimeSpan Structure (System)
Description
https://msdn.microsoft.com/library/windows/apps/System.TimeSpan(v=vs.105).aspx
28/1438042989301.17_20150728002309-00169-ip-10-236-191-2_882562544_2.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Access Active Directory Modify Active Directory [Category]
Active Directory
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Create an assembly with a strong name Change the default search path Use version policy [Category]
Assemblies
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Use the CodeDOM to Emit Source Code [Category]
Component Model
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Encrypt and decrypt a file Generate and compare a hash value [Category]
Cryptography
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Get an overview of ADO.NET Execute a command Get out parameters from a stored procedure Populate a DataSet from a Database Update a database from a DataSet Read and write XML Use database transactions Handle errors Work with hierarchical or relational data Work with typed data Filter data Use connection pooling Generate XML with data from SQL Server Load a native ADO recordset into a DataSet Retrieve data from a database Using OLE DB Retrieve data from a SQLServer database Migrate from ADO to ADO.NET [Category]
Data and ADO.NET
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Write to an event log Read from an event log Monitor an event log Read from a performance counter Count rate of change Work with tracing Use trace switches and listeners Instrument a small application with tracing [Category]
Diagnostics
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Use encodings Set your current culture and region [Category]
Globalization and NLS
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Get started using Interoperability Build a .NET COM Server Callable from COM clients Build a .NET client that uses a COM server Call COM methods from .NET Sink unmanaged events from .NET Call a function exported from an unmanaged DLL [Category]
Interoperability
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Receive a message from a message queue Pass a complex type through a message queue Receive asynchronously Use message formatters Control a message queue [Category]
Messaging
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Make a GET request Make a GET request with SSL Make a GET request with NTLM Make a GET request through a proxy Make a GET request asynchronously Handle WebExceptions Make a POST request Create a DateTime client with TCPClient Create a DateTime server with TCPListener Create a Chat client program with UDPClient [Category]
Networking
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Use Regular Expressions to match a pattern Get all matches for a pattern Use Regular Expressions to make replacements Find common Regular Expression patterns [Category]
Regular Expressions
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Get an overview of remoting How remoting works Use the remoting samples Create a remote server Create a client of a remote server Create a remote object as a singleton Pass an object to a server by reference Pass an object to a server by value Compile a client against an interface Make an asynchronous call to a remote object [Category]
Remoting
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Check Windows Identity in a client application Request the permissions my code needs [Category]
Security
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Serialize an object graph Use ISerializable [Category]
Serialization
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Write a simple Service application [Category]
Services
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Create system resources during installation Execute custom code during installation [Category]
Setup
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Use simple transactions in my application Get the outcome of a transaction Use system.transactions with SQL Use transactions across threads Use explicit transactions in my application Enlist on a transaction Use the System.Transactions transaction in System.EnterpriseServices [Category]
Transactions
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Write Binary Data Work with XML data and the XML classes Read XML from a stream Apply validation when reading XML Use an XmlNodeReader Create DataSet mappings from an XSD schema Load a DataSet with XML Infer DataSet mappings from XML Save DataSet mappings to an XSD schema file Save a DataSet as XML Read and write schema Use the Xml Schema Object Model Extension objects Multiple schemas Modify an XML document Debug an XSL Transformation Application Apply an XSL Transformation to XML Validate an XML Document Read and Write XML [Category]
XML Data
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
ea04ce76_Common_Tasks_QuickStarts__Category
[QuickStarts] Create an XSD schema from a class Create a class from an XSD schema Read and Write objects into XML [Category]
XML Serialization
[]
Common Tasks QuickStarts
Category
https://msdn.microsoft.com/en-US/library/2zkdc621(v=vs.80).aspx
28/1438042989301.17_20150728002309-00077-ip-10-236-191-2_894872455_1.json
461fd294_ities_in_ASP_NET_Rich_Controls__Property
[Description] Number of pixels around the cells of the outermost table. [Property]
CellPadding
[ [ "C", "e", "l", "l", "P", "a", "d", "d", "i", "n", "g" ], [ "C", "e", "l", "l", "S", "p", "a", "c", "i", "n", "g" ], [ "E", "n", "a", "b", "l", "e", "R", "e", "f", "r", "e", "s", "h" ], [ "F", "e", "e", "d", "S", "t", "y", "l", "e" ], [ "R", "e", "f", "r", "e", "s", "h", "B", "u", "t", "t", "o", "n", "T", "e", "x", "t" ], [ "R", "s", "s", "F", "e", "e", "d" ], [ "S", "h", "o", "w", "H", "e", "a", "d", "e", "r" ], [ "S", "u", "b", "t", "i", "t", "l", "e", "S", "t", "y", "l", "e" ], [ "T", "i", "t", "l", "e", "S", "t", "y", "l", "e" ] ]
A Crash Course on ASP.NET Control Development: Building Callback Capabilities in ASP.NET Rich Controls
Property
https://msdn.microsoft.com/en-us/library/aa479299.aspx
28/1438042989301.17_20150728002309-00125-ip-10-236-191-2_892463104_0.json
461fd294_ities_in_ASP_NET_Rich_Controls__Property
[Description] Number of pixels between the cells of the outermost table. [Property]
CellSpacing
[ [ "C", "e", "l", "l", "P", "a", "d", "d", "i", "n", "g" ], [ "C", "e", "l", "l", "S", "p", "a", "c", "i", "n", "g" ], [ "E", "n", "a", "b", "l", "e", "R", "e", "f", "r", "e", "s", "h" ], [ "F", "e", "e", "d", "S", "t", "y", "l", "e" ], [ "R", "e", "f", "r", "e", "s", "h", "B", "u", "t", "t", "o", "n", "T", "e", "x", "t" ], [ "R", "s", "s", "F", "e", "e", "d" ], [ "S", "h", "o", "w", "H", "e", "a", "d", "e", "r" ], [ "S", "u", "b", "t", "i", "t", "l", "e", "S", "t", "y", "l", "e" ], [ "T", "i", "t", "l", "e", "S", "t", "y", "l", "e" ] ]
A Crash Course on ASP.NET Control Development: Building Callback Capabilities in ASP.NET Rich Controls
Property
https://msdn.microsoft.com/en-us/library/aa479299.aspx
28/1438042989301.17_20150728002309-00125-ip-10-236-191-2_892463104_0.json
461fd294_ities_in_ASP_NET_Rich_Controls__Property
[Description] Indicates whether the RSS channel can be updated. [Property]
EnableRefresh
[ [ "C", "e", "l", "l", "P", "a", "d", "d", "i", "n", "g" ], [ "C", "e", "l", "l", "S", "p", "a", "c", "i", "n", "g" ], [ "E", "n", "a", "b", "l", "e", "R", "e", "f", "r", "e", "s", "h" ], [ "F", "e", "e", "d", "S", "t", "y", "l", "e" ], [ "R", "e", "f", "r", "e", "s", "h", "B", "u", "t", "t", "o", "n", "T", "e", "x", "t" ], [ "R", "s", "s", "F", "e", "e", "d" ], [ "S", "h", "o", "w", "H", "e", "a", "d", "e", "r" ], [ "S", "u", "b", "t", "i", "t", "l", "e", "S", "t", "y", "l", "e" ], [ "T", "i", "t", "l", "e", "S", "t", "y", "l", "e" ] ]
A Crash Course on ASP.NET Control Development: Building Callback Capabilities in ASP.NET Rich Controls
Property
https://msdn.microsoft.com/en-us/library/aa479299.aspx
28/1438042989301.17_20150728002309-00125-ip-10-236-191-2_892463104_0.json
461fd294_ities_in_ASP_NET_Rich_Controls__Property
[Description] The style used to render the feed items. [Property]
FeedStyle
[ [ "C", "e", "l", "l", "P", "a", "d", "d", "i", "n", "g" ], [ "C", "e", "l", "l", "S", "p", "a", "c", "i", "n", "g" ], [ "E", "n", "a", "b", "l", "e", "R", "e", "f", "r", "e", "s", "h" ], [ "F", "e", "e", "d", "S", "t", "y", "l", "e" ], [ "R", "e", "f", "r", "e", "s", "h", "B", "u", "t", "t", "o", "n", "T", "e", "x", "t" ], [ "R", "s", "s", "F", "e", "e", "d" ], [ "S", "h", "o", "w", "H", "e", "a", "d", "e", "r" ], [ "S", "u", "b", "t", "i", "t", "l", "e", "S", "t", "y", "l", "e" ], [ "T", "i", "t", "l", "e", "S", "t", "y", "l", "e" ] ]
A Crash Course on ASP.NET Control Development: Building Callback Capabilities in ASP.NET Rich Controls
Property
https://msdn.microsoft.com/en-us/library/aa479299.aspx
28/1438042989301.17_20150728002309-00125-ip-10-236-191-2_892463104_0.json
461fd294_ities_in_ASP_NET_Rich_Controls__Property
[Description] Text of the button that triggers the update. [Property]
RefreshButtonText
[ [ "C", "e", "l", "l", "P", "a", "d", "d", "i", "n", "g" ], [ "C", "e", "l", "l", "S", "p", "a", "c", "i", "n", "g" ], [ "E", "n", "a", "b", "l", "e", "R", "e", "f", "r", "e", "s", "h" ], [ "F", "e", "e", "d", "S", "t", "y", "l", "e" ], [ "R", "e", "f", "r", "e", "s", "h", "B", "u", "t", "t", "o", "n", "T", "e", "x", "t" ], [ "R", "s", "s", "F", "e", "e", "d" ], [ "S", "h", "o", "w", "H", "e", "a", "d", "e", "r" ], [ "S", "u", "b", "t", "i", "t", "l", "e", "S", "t", "y", "l", "e" ], [ "T", "i", "t", "l", "e", "S", "t", "y", "l", "e" ] ]
A Crash Course on ASP.NET Control Development: Building Callback Capabilities in ASP.NET Rich Controls
Property
https://msdn.microsoft.com/en-us/library/aa479299.aspx
28/1438042989301.17_20150728002309-00125-ip-10-236-191-2_892463104_0.json
461fd294_ities_in_ASP_NET_Rich_Controls__Property
[Description] Exact URL of the feed. [Property]
RssFeed
[ [ "C", "e", "l", "l", "P", "a", "d", "d", "i", "n", "g" ], [ "C", "e", "l", "l", "S", "p", "a", "c", "i", "n", "g" ], [ "E", "n", "a", "b", "l", "e", "R", "e", "f", "r", "e", "s", "h" ], [ "F", "e", "e", "d", "S", "t", "y", "l", "e" ], [ "R", "e", "f", "r", "e", "s", "h", "B", "u", "t", "t", "o", "n", "T", "e", "x", "t" ], [ "R", "s", "s", "F", "e", "e", "d" ], [ "S", "h", "o", "w", "H", "e", "a", "d", "e", "r" ], [ "S", "u", "b", "t", "i", "t", "l", "e", "S", "t", "y", "l", "e" ], [ "T", "i", "t", "l", "e", "S", "t", "y", "l", "e" ] ]
A Crash Course on ASP.NET Control Development: Building Callback Capabilities in ASP.NET Rich Controls
Property
https://msdn.microsoft.com/en-us/library/aa479299.aspx
28/1438042989301.17_20150728002309-00125-ip-10-236-191-2_892463104_0.json
461fd294_ities_in_ASP_NET_Rich_Controls__Property
[Description] Indicates whether feed title and description are displayed. [Property]
ShowHeader
[ [ "C", "e", "l", "l", "P", "a", "d", "d", "i", "n", "g" ], [ "C", "e", "l", "l", "S", "p", "a", "c", "i", "n", "g" ], [ "E", "n", "a", "b", "l", "e", "R", "e", "f", "r", "e", "s", "h" ], [ "F", "e", "e", "d", "S", "t", "y", "l", "e" ], [ "R", "e", "f", "r", "e", "s", "h", "B", "u", "t", "t", "o", "n", "T", "e", "x", "t" ], [ "R", "s", "s", "F", "e", "e", "d" ], [ "S", "h", "o", "w", "H", "e", "a", "d", "e", "r" ], [ "S", "u", "b", "t", "i", "t", "l", "e", "S", "t", "y", "l", "e" ], [ "T", "i", "t", "l", "e", "S", "t", "y", "l", "e" ] ]
A Crash Course on ASP.NET Control Development: Building Callback Capabilities in ASP.NET Rich Controls
Property
https://msdn.microsoft.com/en-us/library/aa479299.aspx
28/1438042989301.17_20150728002309-00125-ip-10-236-191-2_892463104_0.json
461fd294_ities_in_ASP_NET_Rich_Controls__Property
[Description] The style used to render the feed description. [Property]
SubtitleStyle
[ [ "C", "e", "l", "l", "P", "a", "d", "d", "i", "n", "g" ], [ "C", "e", "l", "l", "S", "p", "a", "c", "i", "n", "g" ], [ "E", "n", "a", "b", "l", "e", "R", "e", "f", "r", "e", "s", "h" ], [ "F", "e", "e", "d", "S", "t", "y", "l", "e" ], [ "R", "e", "f", "r", "e", "s", "h", "B", "u", "t", "t", "o", "n", "T", "e", "x", "t" ], [ "R", "s", "s", "F", "e", "e", "d" ], [ "S", "h", "o", "w", "H", "e", "a", "d", "e", "r" ], [ "S", "u", "b", "t", "i", "t", "l", "e", "S", "t", "y", "l", "e" ], [ "T", "i", "t", "l", "e", "S", "t", "y", "l", "e" ] ]
A Crash Course on ASP.NET Control Development: Building Callback Capabilities in ASP.NET Rich Controls
Property
https://msdn.microsoft.com/en-us/library/aa479299.aspx
28/1438042989301.17_20150728002309-00125-ip-10-236-191-2_892463104_0.json
461fd294_ities_in_ASP_NET_Rich_Controls__Property
[Description] The style used to render the feed title. [Property]
TitleStyle
[ [ "C", "e", "l", "l", "P", "a", "d", "d", "i", "n", "g" ], [ "C", "e", "l", "l", "S", "p", "a", "c", "i", "n", "g" ], [ "E", "n", "a", "b", "l", "e", "R", "e", "f", "r", "e", "s", "h" ], [ "F", "e", "e", "d", "S", "t", "y", "l", "e" ], [ "R", "e", "f", "r", "e", "s", "h", "B", "u", "t", "t", "o", "n", "T", "e", "x", "t" ], [ "R", "s", "s", "F", "e", "e", "d" ], [ "S", "h", "o", "w", "H", "e", "a", "d", "e", "r" ], [ "S", "u", "b", "t", "i", "t", "l", "e", "S", "t", "y", "l", "e" ], [ "T", "i", "t", "l", "e", "S", "t", "y", "l", "e" ] ]
A Crash Course on ASP.NET Control Development: Building Callback Capabilities in ASP.NET Rich Controls
Property
https://msdn.microsoft.com/en-us/library/aa479299.aspx
28/1438042989301.17_20150728002309-00125-ip-10-236-191-2_892463104_0.json
5957457b_Working_with_Model_Designer__Topic
[Description] Discusses the process of creating a report model project. [Topic]
Creating a Report Model Project
[]
Working with Model Designer
Topic
https://msdn.microsoft.com/en-us/library/ms156296(v=sql.90).aspx
28/1438042989301.17_20150728002309-00306-ip-10-236-191-2_868047400_0.json
5957457b_Working_with_Model_Designer__Topic
[Description] Discusses how to create and manipulate entities within a report model project. [Topic]
Working with Entities
[]
Working with Model Designer
Topic
https://msdn.microsoft.com/en-us/library/ms156296(v=sql.90).aspx
28/1438042989301.17_20150728002309-00306-ip-10-236-191-2_868047400_0.json
5957457b_Working_with_Model_Designer__Topic
[Description] Discusses how to create and manipulate folders within a report model project. [Topic]
Working with Folders
[]
Working with Model Designer
Topic
https://msdn.microsoft.com/en-us/library/ms156296(v=sql.90).aspx
28/1438042989301.17_20150728002309-00306-ip-10-236-191-2_868047400_0.json
5957457b_Working_with_Model_Designer__Topic
[Description] Discusses how to create and manipulate perspectives within a report model project. [Topic]
Working with Perspectives
[]
Working with Model Designer
Topic
https://msdn.microsoft.com/en-us/library/ms156296(v=sql.90).aspx
28/1438042989301.17_20150728002309-00306-ip-10-236-191-2_868047400_0.json
5957457b_Working_with_Model_Designer__Topic
[Description] Discusses how to create and manipulate roles, source fields, and expressions within a report model project. [Topic]
Working with Roles, Source Fields, and Expressions
[]
Working with Model Designer
Topic
https://msdn.microsoft.com/en-us/library/ms156296(v=sql.90).aspx
28/1438042989301.17_20150728002309-00306-ip-10-236-191-2_868047400_0.json
5957457b_Working_with_Model_Designer__Topic
[Description] Discusses how to publish a report model to a report server. [Topic]
Publishing a Report Model
[]
Working with Model Designer
Topic
https://msdn.microsoft.com/en-us/library/ms156296(v=sql.90).aspx
28/1438042989301.17_20150728002309-00306-ip-10-236-191-2_868047400_0.json
5957457b_Working_with_Model_Designer__Topic
[Description] Provides a visual representation of the relationships between Model Designer object properties. [Topic]
Model Designer Object Relationship Diagram
[]
Working with Model Designer
Topic
https://msdn.microsoft.com/en-us/library/ms156296(v=sql.90).aspx
28/1438042989301.17_20150728002309-00306-ip-10-236-191-2_868047400_0.json
5957457b_Working_with_Model_Designer__Topic
[Description] Discusses the properties that are assigned to entities, folders, perspectives, roles, and source fields. [Topic]
Model Designer Object Properties
[]
Working with Model Designer
Topic
https://msdn.microsoft.com/en-us/library/ms156296(v=sql.90).aspx
28/1438042989301.17_20150728002309-00306-ip-10-236-191-2_868047400_0.json
5957457b_Working_with_Model_Designer__Topic
[Description] Discusses the properties that are assigned to expressions. [Topic]
Model Designer Query Properties
[]
Working with Model Designer
Topic
https://msdn.microsoft.com/en-us/library/ms156296(v=sql.90).aspx
28/1438042989301.17_20150728002309-00306-ip-10-236-191-2_868047400_0.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] BeginJoinGroup [Description]
Obsolete. Binds the socket and begins a join operation to the multicast group to allow datagrams to be received from any group participant.
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] BeginReceiveFromGroup [Description]
Obsolete. Begins the operation of receiving a packet from the joined multicast group and invokes the specified callback when a packet has arrived on the group from any sender.
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] BeginSendTo [Description]
Obsolete. Begins the operation of sending a unicast packet to the specified destination.
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] BeginSendToGroup [Description]
Obsolete. Begins the operation of sending a packet to a joined multicast group and invokes the specified callback when a packet has been sent to the group.
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] BlockSource [Description]
Obsolete. Blocks a source so that multicast packets originating from it are no longer received.
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] Dispose [Description]
Obsolete. Leaves the multicast group and releases all resources used by the current instance of the UdpAnySourceMulticastClient class and the underlying the Socket.
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] EndJoinGroup [Description]
Obsolete. Completes the asynchronous join group operation to a multicast group.
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] EndReceiveFromGroup [Description]
Obsolete. Completes the asynchronous operation of receiving a packet from the joined multicast group and provides the information received.
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] EndSendTo [Description]
Obsolete. Completes the operation of sending a unicast packet to the specified destination.
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] EndSendToGroup [Description]
Obsolete. Completes the operation of sending a packet to a multicast group.
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] Equals(Object) [Description]
Determines whether the specified object is equal to the current object. (Inherited from Object.)
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] Finalize [Description]
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] GetHashCode [Description]
Serves as the default hash function. (Inherited from Object.)
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] GetType [Description]
Gets the Type of the current instance. (Inherited from Object.)
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] MemberwiseClone [Description]
Creates a shallow copy of the current Object. (Inherited from Object.)
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] ToString [Description]
Returns a string that represents the current object. (Inherited from Object.)
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
c56fd606_ent_Class__System_Net_Sockets___Description
[Name] UnblockSource [Description]
Obsolete. Unblocks a source that was previously blocked by a call to the BlockSource method so that multicast packets originating from it can be received.
[]
UdpAnySourceMulticastClient Class (System.Net.Sockets)
Description
https://msdn.microsoft.com/en-us/library/system.net.sockets.udpanysourcemulticastclient.aspx
28/1438042989301.17_20150728002309-00157-ip-10-236-191-2_876553223_2.json
79e45a35_Garbage_Collection__Description
[Title] Fundamentals of Garbage Collection [Description]
Describes how garbage collection works, how objects are allocated on the managed heap, and other core concepts.
[]
Garbage Collection
Description
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
79e45a35_Garbage_Collection__Description
[Title] Garbage Collection and Performance [Description]
Describes the performance checks you can use to diagnose garbage collection and performance issues.
[]
Garbage Collection
Description
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
79e45a35_Garbage_Collection__Description
[Title] Induced Collections [Description]
Describes how to make a garbage collection occur.
[]
Garbage Collection
Description
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
79e45a35_Garbage_Collection__Description
[Title] Latency Modes [Description]
Describes the modes that determine the intrusiveness of garbage collection.
[]
Garbage Collection
Description
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
79e45a35_Garbage_Collection__Description
[Title] Optimization for Shared Web Hosting [Description]
Describes how to optimize garbage collection on servers shared by several small Web sites.
[]
Garbage Collection
Description
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
79e45a35_Garbage_Collection__Description
[Title] Garbage Collection Notifications [Description]
Describes how to determine when a full garbage collection is approaching and when it has completed.
[]
Garbage Collection
Description
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
79e45a35_Garbage_Collection__Description
[Title] Application Domain Resource Monitoring [Description]
Describes how to monitor CPU and memory usage by an application domain.
[]
Garbage Collection
Description
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
79e45a35_Garbage_Collection__Description
[Title] Weak References [Description]
Describes features that permit the garbage collector to collect an object while still allowing the application to access that object.
[]
Garbage Collection
Description
https://msdn.microsoft.com/en-us/library/0xy59wtx(v=vs.110).aspx
28/1438042990112.92_20150728002310-00033-ip-10-236-191-2_887847347_0.json
b78eec9b_cquireContext__Windows_CE_5_0___Description
[Error] NTE_BAD_FLAGS [Description]
The dwFlags parameter has an illegal value.
[]
CPAcquireContext (Windows CE 5.0)
Description
https://msdn.microsoft.com/en-us/library/ms937726.aspx
27/1438042989826.86_20150728002309-00055-ip-10-236-191-2_891693059_1.json
b78eec9b_cquireContext__Windows_CE_5_0___Description
[Error] NTE_BAD_KEYSET [Description]
The key container could not be opened and might not exist.
[]
CPAcquireContext (Windows CE 5.0)
Description
https://msdn.microsoft.com/en-us/library/ms937726.aspx
27/1438042989826.86_20150728002309-00055-ip-10-236-191-2_891693059_1.json
b78eec9b_cquireContext__Windows_CE_5_0___Description
[Error] NTE_BAD_KEYSET_PARAM [Description]
The pszContainer parameter is set to an illegal value.
[]
CPAcquireContext (Windows CE 5.0)
Description
https://msdn.microsoft.com/en-us/library/ms937726.aspx
27/1438042989826.86_20150728002309-00055-ip-10-236-191-2_891693059_1.json
b78eec9b_cquireContext__Windows_CE_5_0___Description
[Error] NTE_BAD_SIGNATURE [Description]
The digital signature of an auxiliary DLL did not verify correctly. Either the DLL or the digital signature has been tampered with.
[]
CPAcquireContext (Windows CE 5.0)
Description
https://msdn.microsoft.com/en-us/library/ms937726.aspx
27/1438042989826.86_20150728002309-00055-ip-10-236-191-2_891693059_1.json
b78eec9b_cquireContext__Windows_CE_5_0___Description
[Error] NTE_EXISTS [Description]
The dwFlags parameter is CRYPT_NEWKEYSET, but the key container already exists.
[]
CPAcquireContext (Windows CE 5.0)
Description
https://msdn.microsoft.com/en-us/library/ms937726.aspx
27/1438042989826.86_20150728002309-00055-ip-10-236-191-2_891693059_1.json
b78eec9b_cquireContext__Windows_CE_5_0___Description
[Error] NTE_KEYSET_ENTRY_BAD [Description]
The pszContainer key container was found but is corrupt.
[]
CPAcquireContext (Windows CE 5.0)
Description
https://msdn.microsoft.com/en-us/library/ms937726.aspx
27/1438042989826.86_20150728002309-00055-ip-10-236-191-2_891693059_1.json
b78eec9b_cquireContext__Windows_CE_5_0___Description
[Error] NTE_KEYSET_NOT_DEF [Description]
The key container specified by pszContainer does not exist.
[]
CPAcquireContext (Windows CE 5.0)
Description
https://msdn.microsoft.com/en-us/library/ms937726.aspx
27/1438042989826.86_20150728002309-00055-ip-10-236-191-2_891693059_1.json
b78eec9b_cquireContext__Windows_CE_5_0___Description
[Error] NTE_NO_MEMORY [Description]
The CSP ran out of memory during the operation.
[]
CPAcquireContext (Windows CE 5.0)
Description
https://msdn.microsoft.com/en-us/library/ms937726.aspx
27/1438042989826.86_20150728002309-00055-ip-10-236-191-2_891693059_1.json
b78eec9b_cquireContext__Windows_CE_5_0___Description
[Error] NTE_PROVIDER_DLL_FAIL [Description]
An auxiliary DLL file could not be loaded and might not exist. If it exists, the file is not a valid DLL.
[]
CPAcquireContext (Windows CE 5.0)
Description
https://msdn.microsoft.com/en-us/library/ms937726.aspx
27/1438042989826.86_20150728002309-00055-ip-10-236-191-2_891693059_1.json
dd8d8c82___Schannel__function__Windows___Return_code
[Description] The data in the input buffer is incomplete. The application needs to read more data from the server and call DecryptMessage (Schannel) again. [Return code]
SEC_E_INCOMPLETE_MESSAGE
[]
DecryptMessage (Schannel) function (Windows)
Return code
https://msdn.microsoft.com/en-us/library/aa375348(v=vs.85).aspx
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_877212090_1.json
dd8d8c82___Schannel__function__Windows___Return_code
[Description] A context handle that is not valid was specified in the phContext parameter. Used with the Schannel SSP. [Return code]
SEC_E_INVALID_HANDLE
[]
DecryptMessage (Schannel) function (Windows)
Return code
https://msdn.microsoft.com/en-us/library/aa375348(v=vs.85).aspx
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_877212090_1.json
dd8d8c82___Schannel__function__Windows___Return_code
[Description] The buffers are of the wrong type or no buffer of type SECBUFFER_DATA was found. Used with the Schannel SSP. [Return code]
SEC_E_INVALID_TOKEN
[]
DecryptMessage (Schannel) function (Windows)
Return code
https://msdn.microsoft.com/en-us/library/aa375348(v=vs.85).aspx
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_877212090_1.json
dd8d8c82___Schannel__function__Windows___Return_code
[Description] The message has been altered. Used with the Schannel SSP. [Return code]
SEC_E_MESSAGE_ALTERED
[]
DecryptMessage (Schannel) function (Windows)
Return code
https://msdn.microsoft.com/en-us/library/aa375348(v=vs.85).aspx
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_877212090_1.json
dd8d8c82___Schannel__function__Windows___Return_code
[Description] The message was not received in the correct sequence. [Return code]
SEC_E_OUT_OF_SEQUENCE
[]
DecryptMessage (Schannel) function (Windows)
Return code
https://msdn.microsoft.com/en-us/library/aa375348(v=vs.85).aspx
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_877212090_1.json
dd8d8c82___Schannel__function__Windows___Return_code
[Description] The message sender has finished using the connection and has initiated a shutdown. For information about initiating or recognizing a shutdown, see Shutting Down an Schannel Connection. Used with the Schannel SSP. [Return code]
SEC_I_CONTEXT_EXPIRED
[]
DecryptMessage (Schannel) function (Windows)
Return code
https://msdn.microsoft.com/en-us/library/aa375348(v=vs.85).aspx
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_877212090_1.json
dd8d8c82___Schannel__function__Windows___Return_code
[Description] The remote party requires a new handshake sequence or the application has just initiated a shutdown. Return to the negotiation loop and call AcceptSecurityContext (Schannel) or InitializeSecurityContext (Schannel), passing empty input buffers. Renegotiation is not supported for Schannel kernel mode. The caller should either ignore this return value or shut down the connection. If the value is ignored, either the client or the server might shut down the connection as a result. [Return code]
SEC_I_RENEGOTIATE
[]
DecryptMessage (Schannel) function (Windows)
Return code
https://msdn.microsoft.com/en-us/library/aa375348(v=vs.85).aspx
27/1438042989826.86_20150728002309-00150-ip-10-236-191-2_877212090_1.json