次の方法で共有


Namespace.DefinitionStages.WithMinimumTlsVersionAllowed Interface

public static interface Namespace.DefinitionStages.WithMinimumTlsVersionAllowed

The stage of the Namespace definition allowing to specify minimumTlsVersionAllowed.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withMinimumTlsVersionAllowed(TlsVersion minimumTlsVersionAllowed)

Specifies the minimumTlsVersionAllowed property: Minimum TLS version of the publisher allowed to publish to this namespace.

Method Details

withMinimumTlsVersionAllowed

public abstract Namespace.DefinitionStages.WithCreate withMinimumTlsVersionAllowed(TlsVersion minimumTlsVersionAllowed)

Specifies the minimumTlsVersionAllowed property: Minimum TLS version of the publisher allowed to publish to this namespace. Only TLS version 1.2 is supported..

Parameters:

minimumTlsVersionAllowed - Minimum TLS version of the publisher allowed to publish to this namespace. Only TLS version 1.2 is supported.

Returns:

the next definition stage.

Applies to