IWithKey<ParentT> Interface

Definition

The credential definition stage allowing the the password or certificate to be set.

public interface IWithKey<ParentT>
type IWithKey<'ParentT> = interface
Public Interface IWithKey(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived

Methods

WithPasswordValue(String)

Use a password as a key.

Applies to