CimSubscriptionDeliveryOptions.AddCredentials Method (String, CimCredential, UInt32)
Adds CIM credentials.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
public void AddCredentials(
string optionName,
CimCredential optionValue,
uint flags
)
public:
void AddCredentials(
String^ optionName,
CimCredential^ optionValue,
unsigned int flags
)
member AddCredentials :
optionName:string *
optionValue:CimCredential *
flags:uint32 -> unit
Public Sub AddCredentials (
optionName As String,
optionValue As CimCredential,
flags As UInteger
)
Parameters
optionName
Type: System.StringThe name of the option.
optionValue
Type: Microsoft.Management.Infrastructure.Options.CimCredentialThe CIM credentials to use for the option name.
flags
Type: System.UInt32Option flags.
See Also
CimSubscriptionDeliveryOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top