Click or drag to resize

AuthPropertyCreate Method

Creates an instance of AuthProperty.

Namespace:  Grpc.Core
Assembly:  Grpc.Core (in Grpc.Core.dll) Version: 1.2.0-dev
Syntax
public static AuthProperty Create(
	string name,
	byte[] valueBytes
)

Parameters

name
Type: SystemString
the name
valueBytes
Type: SystemByte
the binary value of the property

Return Value

Type: AuthProperty
See Also