AsnWriter.PopSetOf(Nullable<Asn1Tag>) Método
Definição
Indica que o "Conjunto de" aberto com a marca especificada está fechado, retornando o gravador para o contexto pai.Indicate that the open Set-Of with the specified tag is closed, returning the writer to the parent context.
public void PopSetOf (System.Formats.Asn1.Asn1Tag? tag = default);
member this.PopSetOf : Nullable<System.Formats.Asn1.Asn1Tag> -> unit
Public Sub PopSetOf (Optional tag As Nullable(Of Asn1Tag) = Nothing)
Parâmetros
A marca a ser gravada ou null para a marca padrão (Universal 17).The tag to write, or null for the default tag (Universal 17).
Exceções
tag.TagClasstag.TagClass é Universal, mas tag.TagValueis Universal, but tag.TagValue não está correto para o método.is not correct for the method.
o gravador não está posicionado atualmente em um "Conjunto de" com a marca especificada.the writer is not currently positioned within a Set-Of with the specified tag.
Comentários
Nos CER DER modos e, o gravador classificará os elementos de Set-Of quando a marca for fechada.In CER and DER modes the writer will sort the Set-Of elements when the tag is closed.