Gets or sets the credentials for password-based authentication schemes
(it will only be used if it is initialized)
Assembly: MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property SpecifiedCredentials As NetworkCredential |
C# |
---|
public NetworkCredential SpecifiedCredentials { get; set; } |
Visual C++ |
---|
public: property NetworkCredential^ SpecifiedCredentials { NetworkCredential^ get (); void set (NetworkCredential^ value); } |
JavaScript |
---|
function get_specifiedCredentials(); function set_specifiedCredentials(value); |