SecurityCredentials Class

Definition

An abstract base class for types that represent security credentials.

public abstract class SecurityCredentials
type SecurityCredentials = class
Public MustInherit Class SecurityCredentials
Inheritance
SecurityCredentials
Derived

Properties

CredentialType

Indicates the type of security credentials to use in order to secure the cluster – valid values are "none", "x509", "Windows".

Methods

LoadFrom(CodePackageActivationContext, String, String)

Instantiate SecurityCredentials object from service configuration settings file

Applies to