[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Determines whether the peer is authenticated

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
void 
IsAuthenticated(
	
out 
bool 
isAuthenticated
)
Sub 
IsAuthenticated ( _
		<
OutAttribute> 
ByRef 
isAuthenticated 
As 
Boolean _
)
void 
IsAuthenticated(
		[
OutAttribute] 
bool% 
isAuthenticated
)

Parameters

isAuthenticated
Boolean %

See Also