Opc.Ua.Core
SupportedPrivateKeyFormats Property



Opc.Ua Namespace > ServerConfiguration Class : SupportedPrivateKeyFormats Property
Gets or sets the supported private key format.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, Order=32)>
Public Property SupportedPrivateKeyFormats As StringCollection
'Usage
 
Dim instance As ServerConfiguration
Dim value As StringCollection
 
instance.SupportedPrivateKeyFormats = value
 
value = instance.SupportedPrivateKeyFormats
[DataMember(IsRequired=false, Order=32)]
public StringCollection SupportedPrivateKeyFormats {get; set;}
[DataMember(IsRequired=false, Order=32)]
public:
property StringCollection^ SupportedPrivateKeyFormats {
   StringCollection^ get();
   void set (    StringCollection^ value);
}

Property Value

The array of server profiles.
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

ServerConfiguration Class
ServerConfiguration Members