Share via


IWithSymmetricKey<ParentT> Interface

Definition

The credential definition stage allowing the secret key to be set.

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

Type Parameters

ParentT

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

Derived

Methods

WithSecretKey(Byte[])

Specifies the secret key for a symmetric encryption.

Applies to