Opc.Ua.Core
ListOfSecurityProfiles Class
Members 



Opc.Ua.Security Namespace : ListOfSecurityProfiles Class
Object Model
ListOfSecurityProfiles ClassSecurityProfile Class
Syntax
'Declaration
 
<DebuggerStepThroughAttribute()>
<GeneratedCodeAttribute("System.Runtime.Serialization", "4.0.0.0")>
<CollectionDataContractAttribute(Name="ListOfSecurityProfiles", 
   Namespace="http://opcfoundation.org/UA/2011/03/SecuredApplication.xsd", 
   ItemName="SecurityProfile")>
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class ListOfSecurityProfiles 
   Inherits System.Collections.Generic.List(Of SecurityProfile)
'Usage
 
Dim instance As ListOfSecurityProfiles
[DebuggerStepThrough()]
[GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[CollectionDataContract(Name="ListOfSecurityProfiles", 
   Namespace="http://opcfoundation.org/UA/2011/03/SecuredApplication.xsd", 
   ItemName="SecurityProfile")]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class ListOfSecurityProfiles : System.Collections.Generic.List<SecurityProfile> 
[DebuggerStepThrough()]
[GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[CollectionDataContract(Name="ListOfSecurityProfiles", 
   Namespace="http://opcfoundation.org/UA/2011/03/SecuredApplication.xsd", 
   ItemName="SecurityProfile")]
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public ref class ListOfSecurityProfiles : public System.Collections.Generic.List<SecurityProfile> 
Inheritance Hierarchy

System.Object
   System.Collections.Generic.List<T>
      Opc.Ua.Security.ListOfSecurityProfiles

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

ListOfSecurityProfiles Members
Opc.Ua.Security Namespace