Opc.Ua.Core
OAuth2CredentialCollection Class
Members 



Opc.Ua Namespace : OAuth2CredentialCollection Class
Object Model
OAuth2CredentialCollection ClassOAuth2Credential Class
Syntax
'Declaration
 
<CollectionDataContractAttribute(Name="ListOfOAuth2Credential", 
   Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", 
   ItemName="OAuth2Credential")>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class OAuth2CredentialCollection 
   Inherits System.Collections.Generic.List(Of OAuth2Credential)
'Usage
 
Dim instance As OAuth2CredentialCollection
[CollectionDataContract(Name="ListOfOAuth2Credential", 
   Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", 
   ItemName="OAuth2Credential")]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class OAuth2CredentialCollection : System.Collections.Generic.List<OAuth2Credential> 
[CollectionDataContract(Name="ListOfOAuth2Credential", 
   Namespace="http://opcfoundation.org/UA/SDK/Configuration.xsd", 
   ItemName="OAuth2Credential")]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public ref class OAuth2CredentialCollection : public System.Collections.Generic.List<OAuth2Credential> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Opc.Ua.OAuth2CredentialCollection

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

OAuth2CredentialCollection Members
Opc.Ua Namespace